protected class OpenDJConnection.OpenDJAsyncRequest extends Object implements AsyncRequest
| Modifier and Type | Field and Description |
|---|---|
private org.forgerock.opendj.ldap.FutureResult<org.forgerock.opendj.ldap.responses.Result> |
result
Future result.
|
| Constructor and Description |
|---|
OpenDJAsyncRequest(org.forgerock.opendj.ldap.FutureResult<org.forgerock.opendj.ldap.responses.Result> r)
Creates a new OpenDJ 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 org.forgerock.opendj.ldap.FutureResult<org.forgerock.opendj.ldap.responses.Result> result
public OpenDJAsyncRequest(org.forgerock.opendj.ldap.FutureResult<org.forgerock.opendj.ldap.responses.Result> r)
r - future result from an async operationpublic 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.