|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifyResponse | |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.future | |
org.apache.directory.ldap.client.api.listener |
Uses of ModifyResponse in org.apache.directory.ldap.client.api |
---|
Methods in org.apache.directory.ldap.client.api that return ModifyResponse | |
---|---|
ModifyResponse |
LdapConnection.modify(org.apache.directory.shared.ldap.entry.Entry entry,
org.apache.directory.shared.ldap.entry.ModificationOperation modOp)
modifies all the attributes present in the entry by applying the same operation. |
ModifyResponse |
LdapConnection.modify(ModifyRequest modRequest)
Performs an modify operation based on the modifications present in the ModifyRequest. |
Uses of ModifyResponse in org.apache.directory.ldap.client.api.future |
---|
Methods in org.apache.directory.ldap.client.api.future that return ModifyResponse | |
---|---|
ModifyResponse |
ModifyFuture.get()
Get the ModifyResponse, blocking until one is received. |
ModifyResponse |
ModifyFuture.get(long timeout,
java.util.concurrent.TimeUnit unit)
Get the ModifyResponse, blocking until one is received, or until the given timeout is reached. |
Uses of ModifyResponse in org.apache.directory.ldap.client.api.listener |
---|
Methods in org.apache.directory.ldap.client.api.listener with parameters of type ModifyResponse | |
---|---|
void |
ModifyListener.modifyCompleted(LdapConnection connection,
ModifyResponse response)
callback method called after completing the modify operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |