protected class JLdapConnection.JLdapAsyncRequest extends Object implements AsyncRequest
Modifier and Type | Field and Description |
---|---|
private com.novell.ldap.LDAPMessageQueue |
messageQueue
Message queue.
|
Constructor and Description |
---|
JLdapAsyncRequest(com.novell.ldap.LDAPMessageQueue queue)
Creates a new JLDAP async request.
|
Modifier and Type | Method and Description |
---|---|
void |
abandon()
Abandon the operation.
|
void |
abandon(RequestControl[] controls)
Abandon the operation.
|
int |
getMessageId()
Message ID associated with the operation.
|
private final com.novell.ldap.LDAPMessageQueue messageQueue
public JLdapAsyncRequest(com.novell.ldap.LDAPMessageQueue queue)
queue
- from an async operationpublic int getMessageId()
AsyncRequest
getMessageId
in interface AsyncRequest
public void abandon() throws LdapException
AsyncRequest
abandon
in interface AsyncRequest
LdapException
- if the operation failspublic void abandon(RequestControl[] controls) throws LdapException
AsyncRequest
abandon
in interface AsyncRequest
controls
- request controlsLdapException
- if the operation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.