Uses of Interface
org.apache.directory.api.ldap.model.message.AbandonableRequest
-
Packages that use AbandonableRequest Package Description org.apache.directory.api.ldap.model.message -
-
Uses of AbandonableRequest in org.apache.directory.api.ldap.model.message
Subinterfaces of AbandonableRequest in org.apache.directory.api.ldap.model.message Modifier and Type Interface Description interfaceAddRequestAdd protocol operation request used to add a new entry to the DIT.interfaceBindRequestBind protocol operation request which authenticates and begins a client session.interfaceCompareRequestCompare request protocol message that tests an entry to see if it abides by an attribute value assertion.interfaceDeleteRequestDelete request protocol message used to remove an existing leaf entry from the directory.interfaceModifyDnRequestModify Dn request protocol message used to rename or move an existing entry in the directory.interfaceModifyRequestModify request protocol message used to alter the attributes and values of an existing entry.interfaceSearchRequestSearch request protocol message interface.Classes in org.apache.directory.api.ldap.model.message that implement AbandonableRequest Modifier and Type Class Description classAbstractAbandonableRequestThe base abandonable request message class.classAddRequestImplLockable add request implementation.classBindRequestImplBind protocol operation request which authenticates and begins a client session.classCompareRequestImplComparison request implementation.classDeleteRequestImplDelete request implementation.classModifyDnRequestImplModifyDNRequest implementation.classModifyRequestImplLockable ModifyRequest implementation.classSearchRequestImplSearchRequest implementation.Methods in org.apache.directory.api.ldap.model.message that return AbandonableRequest Modifier and Type Method Description AbandonableRequestAbandonableRequest. addAbandonListener(AbandonListener listener)Adds listener to be notified if this request gets abandoned.AbandonableRequestAbstractAbandonableRequest. addAbandonListener(AbandonListener listener)Adds listener to be notified if this request gets abandoned.Methods in org.apache.directory.api.ldap.model.message with parameters of type AbandonableRequest Modifier and Type Method Description voidAbandonListener. requestAbandoned(AbandonableRequest req)Notifies that a request has been abandoned.
-