Uses of Class
org.apache.directory.shared.ldap.message.control.replication.SynchronizationModeEnum

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 SyncRequestValueControl.getMode()
           
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue with parameters of type SynchronizationModeEnum
 void SyncRequestValueControl.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
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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.