Uses of Interface
org.apache.directory.shared.ldap.message.Control

Packages that use Control
org.apache.directory.shared.ldap.message   
 

Uses of Control in org.apache.directory.shared.ldap.message
 

Classes in org.apache.directory.shared.ldap.message that implement Control
 class ControlImpl
          Lockable Control implementation.
 class EntryChangeControl
          A response control that may be returned by Persistent Search entry responses.
 class ManageDsaITControl
          Control which allows for the management of referrals and other DSA specific entities without processing them: meaning the referrals are treated as regular entries using this control.
 class PersistentSearchControl
          The control for a persistent search operation.
 class SubentriesControl
          The control for the visibility of subentries with search operations.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type Control
 void AbstractMessage.add(Control control)
          Adds a control to this Message.
 void AbstractMessage.remove(Control control)
          Deletes a control removing it from this Message.
 void Message.add(Control control)
          Adds a control to this Message.
 void Message.remove(Control control)
          Deletes a control removing it from this Message.
 



Copyright © 2003-2006 . All Rights Reserved.