public class DeleteFuture extends ResponseFuture<DeleteResponse>
cancelled, connection, messageId, queue| Constructor and Description |
|---|
DeleteFuture(LdapConnection connection,
int messageId)
Creates a new instance of AddFuture.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteResponse |
get()
Get the DeleteResponse, blocking until one is received.
|
DeleteResponse |
get(long timeout,
TimeUnit unit)
Get the DeleteResponse, blocking until one is received, or until the
given timeout is reached.
|
String |
toString() |
cancel, isCancelled, isDone, setpublic DeleteFuture(LdapConnection connection, int messageId)
connection - The LdapConnectionmessageId - The associated messageIdpublic DeleteResponse get() throws InterruptedException, ExecutionException
get in interface Future<DeleteResponse>get in class ResponseFuture<DeleteResponse>InterruptedException - if the operation has been cancelled by clientExecutionExceptionpublic DeleteResponse get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<DeleteResponse>get in class ResponseFuture<DeleteResponse>timeout - Number of TimeUnit to waitunit - The TimeUnitInterruptedException - if the operation has been cancelled by clientExecutionExceptionTimeoutExceptionpublic String toString()
toString in class ResponseFuture<DeleteResponse>Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.