Package org.ldaptive.provider.jldap
Class JLdapConnection.JLdapAsyncRequest
- java.lang.Object
-
- org.ldaptive.provider.jldap.JLdapConnection.JLdapAsyncRequest
-
- All Implemented Interfaces:
AsyncRequest
- Enclosing class:
- JLdapConnection
protected class JLdapConnection.JLdapAsyncRequest extends Object implements AsyncRequest
Async request to invoke abandons.
-
-
Field Summary
Fields Modifier and Type Field Description private com.novell.ldap.LDAPMessageQueuemessageQueueMessage queue.
-
Constructor Summary
Constructors Constructor Description JLdapAsyncRequest(com.novell.ldap.LDAPMessageQueue queue)Creates a new JLDAP async request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabandon()voidabandon(RequestControl[] controls)intgetMessageId()
-
-
-
Method Detail
-
getMessageId
public int getMessageId()
- Specified by:
getMessageIdin interfaceAsyncRequest
-
abandon
public void abandon() throws LdapException- Specified by:
abandonin interfaceAsyncRequest- Throws:
LdapException
-
abandon
public void abandon(RequestControl[] controls) throws LdapException
- Specified by:
abandonin interfaceAsyncRequest- Throws:
LdapException
-
-