Uses of Class
org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum

Packages that use SynchronizationInfoEnum
org.apache.directory.shared.ldap.extras.controls   
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl   
 

Uses of SynchronizationInfoEnum in org.apache.directory.shared.ldap.extras.controls
 

Methods in org.apache.directory.shared.ldap.extras.controls that return SynchronizationInfoEnum
static SynchronizationInfoEnum SynchronizationInfoEnum.getSyncMode(int value)
          Get the SynchronizationInfoEnum instance from an integer value.
 SynchronizationInfoEnum SyncInfoValueImpl.getType()
          Get the control type.
 SynchronizationInfoEnum SyncInfoValue.getType()
          Get the control type.
static SynchronizationInfoEnum SynchronizationInfoEnum.valueOf(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.
 

Methods in org.apache.directory.shared.ldap.extras.controls with parameters of type SynchronizationInfoEnum
 void SyncInfoValueImpl.setType(SynchronizationInfoEnum type)
          
 void SyncInfoValue.setType(SynchronizationInfoEnum type)
           
 

Uses of SynchronizationInfoEnum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that return SynchronizationInfoEnum
 SynchronizationInfoEnum SyncInfoValueDecorator.getType()
          Get the control type.
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SynchronizationInfoEnum
 void SyncInfoValueDecorator.setType(SynchronizationInfoEnum type)
          
 

Constructors in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SynchronizationInfoEnum
SyncInfoValueDecorator(LdapCodecService codec, SynchronizationInfoEnum type)
          The constructor for this codec.
 



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