|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SynchronizationModeEnum | |
|---|---|
| org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue | |
| org.apache.directory.shared.ldap.message.control.replication | |
| Uses of SynchronizationModeEnum in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue |
|---|
| Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue that return SynchronizationModeEnum | |
|---|---|
SynchronizationModeEnum |
SyncRequestValueControlCodec.getMode()
|
| Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue with parameters of type SynchronizationModeEnum | |
|---|---|
void |
SyncRequestValueControlCodec.setMode(SynchronizationModeEnum mode)
|
| Uses of SynchronizationModeEnum in org.apache.directory.shared.ldap.message.control.replication |
|---|
| Methods in org.apache.directory.shared.ldap.message.control.replication that return SynchronizationModeEnum | |
|---|---|
SynchronizationModeEnum |
SyncRequestValueControl.getMode()
|
static SynchronizationModeEnum |
SynchronizationModeEnum.getSyncMode(int value)
Get the SynchronizationModeEnum instance from an integer value. |
static SynchronizationModeEnum |
SynchronizationModeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SynchronizationModeEnum[] |
SynchronizationModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.directory.shared.ldap.message.control.replication with parameters of type SynchronizationModeEnum | |
|---|---|
void |
SyncRequestValueControl.setMode(SynchronizationModeEnum mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||