|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddResponse | |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.future | |
org.apache.directory.ldap.client.api.listener |
Uses of AddResponse in org.apache.directory.ldap.client.api |
---|
Methods in org.apache.directory.ldap.client.api that return AddResponse | |
---|---|
AddResponse |
LdapConnection.add(AddRequest addRequest)
Add an entry present in the AddRequest to the server. |
AddResponse |
LdapConnection.add(org.apache.directory.shared.ldap.entry.Entry entry)
Add an entry to the server. |
Uses of AddResponse in org.apache.directory.ldap.client.api.future |
---|
Methods in org.apache.directory.ldap.client.api.future that return AddResponse | |
---|---|
AddResponse |
AddFuture.get()
Get the AddResponse, blocking until one is received. |
AddResponse |
AddFuture.get(long timeout,
java.util.concurrent.TimeUnit unit)
Get the AddResponse, blocking until one is received, or until the given timeout is reached. |
Uses of AddResponse in org.apache.directory.ldap.client.api.listener |
---|
Methods in org.apache.directory.ldap.client.api.listener with parameters of type AddResponse | |
---|---|
void |
AddListener.entryAdded(LdapConnection connection,
AddResponse response)
callback method called after completing the add operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |