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

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

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

Classes in org.apache.directory.shared.ldap.extras.controls that implement SyncInfoValue
 class SyncInfoValueImpl
          A simple SyncInfoValue implementation to store control properties.
 

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

Classes in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that implement SyncInfoValue
 class SyncInfoValueDecorator
          A syncInfoValue object, as defined in RFC 4533
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncInfoValue
 SyncInfoValueDecorator SyncInfoValueFactory.newCodecControl(SyncInfoValue control)
          Decorates an existing control.
 

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



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