Uses of Interface
org.apache.directory.shared.ldap.message.internal.InternalAbandonableRequest

Packages that use InternalAbandonableRequest
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.internal   
 

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

Classes in org.apache.directory.shared.ldap.message that implement InternalAbandonableRequest
 class AbstractAbandonableRequest
          The base abandonable request message class.
 class AddRequestImpl
          Lockable add request implemenation.
 class BindRequestImpl
          Bind protocol operation request which authenticates and begins a client session.
 class CompareRequestImpl
          Comparison request implementation.
 class DeleteRequestImpl
          Delete request implementation.
 class ModifyDnRequestImpl
          Lockable ModifyDNRequest implementation.
 class ModifyRequestImpl
          Lockable ModifyRequest implementation.
 class SearchRequestImpl
          Lockable SearchRequest implementation.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type InternalAbandonableRequest
 void AbandonListener.requestAbandoned(InternalAbandonableRequest req)
          Notifies that a request has been abandoned.
 

Uses of InternalAbandonableRequest in org.apache.directory.shared.ldap.message.internal
 

Subinterfaces of InternalAbandonableRequest in org.apache.directory.shared.ldap.message.internal
 interface InternalAddRequest
          Add protocol operation request used to add a new entry to the DIT.
 interface InternalBindRequest
          Bind protocol operation request which authenticates and begins a client session.
 interface InternalCompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
 interface InternalDeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
 interface InternalModifyDnRequest
          Modify DN request protocol message used to rename or move an existing entry in the directory.
 interface InternalModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
 interface InternalSearchRequest
          Search request protocol message interface.
 



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