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

Packages that use SingleReplyRequest
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.extended   
 

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

Subinterfaces of SingleReplyRequest in org.apache.directory.shared.ldap.message
 interface AddRequest
          Add protocol operation request used to add a new entry to the DIT.
 interface BindRequest
          Bind protocol operation request which authenticates and begins a client session.
 interface CompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
 interface DeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
 interface ExtendedRequest
          Extended protocol request message used to add to more operations to the protocol.
 interface ModifyDnRequest
          Modify DN request protocol message used to rename or move an existing entry in the directory.
 interface ModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
 

Classes in org.apache.directory.shared.ldap.message that implement SingleReplyRequest
 class AddRequestImpl
          Lockable add request implemenation.
 class BindRequestImpl
          Bind protocol operation request which authenticates and begins a client session.
 class CompareRequestImpl
          Lockable comparison request implementation.
 class DeleteRequestImpl
          Delete request implementation.
 class ExtendedRequestImpl
          ExtendedRequest implementation.
 class ModifyDnRequestImpl
          Lockable ModifyDNRequest implementation.
 class ModifyRequestImpl
          Lockable ModifyRequest implementation.
 

Uses of SingleReplyRequest in org.apache.directory.shared.ldap.message.extended
 

Classes in org.apache.directory.shared.ldap.message.extended that implement SingleReplyRequest
 class GracefulShutdownRequest
          An extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.
 class LaunchDiagnosticUiRequest
          An extended operation which launches an internal diagnostic UI.
 



Copyright © 2003-2006 . All Rights Reserved.