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

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

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

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

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

Classes in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that implement SyncDoneValue
 class SyncDoneValueDecorator
          A syncDoneValue object as described in rfc4533.
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncDoneValue
 SyncDoneValueDecorator SyncDoneValueFactory.newCodecControl(SyncDoneValue control)
          Decorates an existing control.
 

Constructors in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncDoneValue
SyncDoneValueDecorator(LdapCodecService codec, SyncDoneValue control)
          Creates a new instance of SyncDoneValueDecorator.
 



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