protected class UnboundIDConnection.UnboundIDAsyncRequest extends Object implements AsyncRequest
| Modifier and Type | Field and Description |
|---|---|
private Request |
request
Request that produced this async request.
|
private com.unboundid.ldap.sdk.AsyncRequestID |
requestID
Async request id.
|
| Constructor and Description |
|---|
UnboundIDAsyncRequest(com.unboundid.ldap.sdk.AsyncRequestID id,
Request r)
Creates a new unboundid 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.unboundid.ldap.sdk.AsyncRequestID requestID
private final Request request
public UnboundIDAsyncRequest(com.unboundid.ldap.sdk.AsyncRequestID id,
Request r)
id - async request idr - requestpublic int getMessageId()
AsyncRequestgetMessageId in interface AsyncRequestpublic void abandon()
throws LdapException
AsyncRequestabandon in interface AsyncRequestLdapException - if the operation failspublic void abandon(RequestControl[] controls) throws LdapException
AsyncRequestabandon in interface AsyncRequestcontrols - request controlsLdapException - if the operation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.