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 |
|---|
OpenDJConnection.OpenDJAsyncRequest(org.forgerock.opendj.ldap.FutureResult<org.forgerock.opendj.ldap.responses.Result> r)
Creates a new OpenDJ async request.
|
private final org.forgerock.opendj.ldap.FutureResult<org.forgerock.opendj.ldap.responses.Result> result
public OpenDJConnection.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.