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() |
void |
abandon(RequestControl[] controls) |
int |
getMessageId() |
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()
getMessageId in interface AsyncRequestpublic void abandon()
throws LdapException
abandon in interface AsyncRequestLdapExceptionpublic void abandon(RequestControl[] controls) throws LdapException
abandon in interface AsyncRequestLdapExceptionCopyright © 2003-2016 Virginia Tech. All Rights Reserved.