Package | Description |
---|---|
org.ldaptive.control |
Modifier and Type | Field and Description |
---|---|
private SyncStateControl.State |
SyncStateControl.syncState
sync state.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncStateControl.setSyncState(SyncStateControl.State state)
Sets the sync state.
|
Constructor and 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.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.