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

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

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

Classes in org.apache.directory.shared.ldap.extras.controls that implement SyncRequestValue
 class SyncRequestValueImpl
          A syncRequestValue object, as defined in RFC 4533 :
 

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

Classes in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that implement SyncRequestValue
 class SyncRequestValueDecorator
          A syncRequestValue object, as defined in RFC 4533
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncRequestValue
 SyncRequestValueDecorator SyncRequestValueFactory.newCodecControl(SyncRequestValue control)
          Decorates an existing control.
 

Constructors in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncRequestValue
SyncRequestValueDecorator(LdapCodecService codec, SyncRequestValue control)
           
 



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