Class ModifyDnFuture
- java.lang.Object
-
- org.apache.directory.ldap.client.api.future.UniqueResponseFuture<ModifyDnResponse>
-
- org.apache.directory.ldap.client.api.future.ModifyDnFuture
-
- All Implemented Interfaces:
Future<ModifyDnResponse>,ResponseFuture<ModifyDnResponse>
public class ModifyDnFuture extends UniqueResponseFuture<ModifyDnResponse>
A Future to manage ModifyDnRequest- 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 ModifyDnFuture(LdapConnection connection, int messageId)Creates a new instance of ModifyDnFuture.
-
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
-
ModifyDnFuture
public ModifyDnFuture(LdapConnection connection, int messageId)
Creates a new instance of ModifyDnFuture.- Parameters:
connection- the LDAP connectionmessageId- The associated messageId
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classUniqueResponseFuture<ModifyDnResponse>
-
-