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

Packages that use SynchronizationInfoEnum
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue   
org.apache.directory.shared.ldap.message.control.replication   
 

Uses of SynchronizationInfoEnum in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue that return SynchronizationInfoEnum
 SynchronizationInfoEnum SyncInfoValueControl.getType()
          Get the control type.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue with parameters of type SynchronizationInfoEnum
 void SyncInfoValueControl.setType(SynchronizationInfoEnum type)
           
 

Constructors in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue with parameters of type SynchronizationInfoEnum
SyncInfoValueControl(SynchronizationInfoEnum type)
          The constructor for this codec.
 

Uses of SynchronizationInfoEnum in org.apache.directory.shared.ldap.message.control.replication
 

Methods in org.apache.directory.shared.ldap.message.control.replication that return SynchronizationInfoEnum
static SynchronizationInfoEnum SynchronizationInfoEnum.getSyncMode(int value)
          Get the SynchronizationInfoEnum instance from an integer value.
static SynchronizationInfoEnum SynchronizationInfoEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SynchronizationInfoEnum[] SynchronizationInfoEnum.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.