Uses of Class
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator

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

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

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that return SyncDoneValueDecorator
 SyncDoneValueDecorator SyncDoneValueContainer.getSyncDoneValueControl()
           
 SyncDoneValueDecorator SyncDoneValueFactory.newCodecControl()
          Creates and returns a decorated version of the Control.
 SyncDoneValueDecorator SyncDoneValueFactory.newCodecControl(SyncDoneValue control)
          Decorates an existing control.
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncDoneValueDecorator
 void SyncDoneValueContainer.setSyncDoneValueControl(SyncDoneValueDecorator control)
          Set a SyncDoneValueControlCodec Object into the container.
 

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



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