Uses of Class
org.ldaptive.control.SyncStateControl.State
-
Packages that use SyncStateControl.State Package Description org.ldaptive.control -
-
Uses of SyncStateControl.State in org.ldaptive.control
Fields in org.ldaptive.control declared as SyncStateControl.State Modifier and Type Field Description private SyncStateControl.State
SyncStateControl. syncState
sync state.Methods in org.ldaptive.control that return SyncStateControl.State Modifier and Type Method Description SyncStateControl.State
SyncStateControl. getSyncState()
Returns the sync state.static SyncStateControl.State
SyncStateControl.State. valueOf(int i)
Returns the state for the supplied integer constant.static SyncStateControl.State
SyncStateControl.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyncStateControl.State[]
SyncStateControl.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.control with parameters of type SyncStateControl.State Modifier and Type Method Description void
SyncStateControl. setSyncState(SyncStateControl.State state)
Sets the sync state.Constructors in org.ldaptive.control with parameters of type SyncStateControl.State Constructor Description SyncStateControl(SyncStateControl.State state)
Creates a new sync state control.SyncStateControl(SyncStateControl.State state, boolean critical)
Creates a new sync state control.SyncStateControl(SyncStateControl.State state, UUID uuid, boolean critical)
Creates a new sync state control.SyncStateControl(SyncStateControl.State state, UUID uuid, byte[] value, boolean critical)
Creates a new sync state control.
-