Uses of Interface
org.apache.directory.shared.ldap.extras.controls.SyncStateValue

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

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

Classes in org.apache.directory.shared.ldap.extras.controls that implement SyncStateValue
 class SyncStateValueImpl
          A simple SyncStateValue Control implementation.
 

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

Classes in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that implement SyncStateValue
 class SyncStateValueDecorator
          A syncStateValue object, as defined in RFC 4533
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncStateValue
 SyncStateValueDecorator SyncStateValueFactory.newCodecControl(SyncStateValue control)
          Decorates an existing control.
 

Constructors in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncStateValue
SyncStateValueDecorator(LdapCodecService codec, SyncStateValue value)
           
 



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