Class CompareFuture
- java.lang.Object
-
- org.apache.directory.ldap.client.api.future.UniqueResponseFuture<CompareResponse>
-
- org.apache.directory.ldap.client.api.future.CompareFuture
-
- All Implemented Interfaces:
Future<CompareResponse>,ResponseFuture<CompareResponse>
public class CompareFuture extends UniqueResponseFuture<CompareResponse>
A Future to manage CompareRequest.- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
cancelled, cause, connection, messageId
-
-
Constructor Summary
Constructors Constructor Description CompareFuture(LdapConnection connection, int messageId)Creates a new instance of CompareFuture.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
cancel, cancel, get, get, getCause, isCancelled, isDone, set, setCause
-
-
-
-
Constructor Detail
-
CompareFuture
public CompareFuture(LdapConnection connection, int messageId)
Creates a new instance of CompareFuture.- Parameters:
connection- the LDAP connectionmessageId- the associated messageId
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classUniqueResponseFuture<CompareResponse>
-
-