Package | Description |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.future | |
org.apache.directory.ldap.client.api.listener |
Modifier and Type | Method and Description |
---|---|
LdapConnection |
LdapConnectionPool.getConnection()
gives a LdapConnection fetched from the pool
|
Modifier and Type | Method and Description |
---|---|
void |
LdapConnectionPool.releaseConnection(LdapConnection connection)
places the given LdapConnection back in the pool
|
Modifier and Type | Field and Description |
---|---|
protected LdapConnection |
ResponseFuture.connection
The connection used by the request
|
Constructor and Description |
---|
AddFuture(LdapConnection connection,
int messageId)
Creates a new instance of AddFuture.
|
BindFuture(LdapConnection connection,
int messageId)
Creates a new instance of BindFuture.
|
CompareFuture(LdapConnection connection,
int messageId)
Creates a new instance of CompareFuture.
|
DeleteFuture(LdapConnection connection,
int messageId)
Creates a new instance of AddFuture.
|
ExtendedFuture(LdapConnection connection,
int messageId)
Creates a new instance of ExtendedFuture.
|
ModifyDnFuture(LdapConnection connection,
int messageId)
Creates a new instance of ModifyDnFuture.
|
ModifyFuture(LdapConnection connection,
int messageId)
Creates a new instance of ModifyFuture.
|
ResponseFuture(LdapConnection connection,
int messageId)
Creates a new instance of ResponseFuture.
|
SearchFuture(LdapConnection connection,
int messageId)
Creates a new instance of SearchFuture.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareListener.attributeCompared(LdapConnection connection,
CompareResponse response)
callback method called after completing the compare operation.
|
void |
BindListener.bindCompleted(LdapConnection connection,
BindResponse bindResponse)
A callback method called when the bind operation completed.
|
void |
AddListener.entryAdded(LdapConnection connection,
AddResponse response)
callback method called after completing the add operation.
|
void |
DeleteListener.entryDeleted(LdapConnection connection,
DeleteResponse response)
callback method called after completing the delete operation.
|
void |
SearchListener.entryFound(LdapConnection connection,
SearchResultEntry searchResultEntry)
A callback method for each entry returned by a search operation.
|
void |
ExtendedListener.extendedOperationCompleted(LdapConnection connection,
ExtendedResponse response)
callback method called after completing the extended operation.
|
void |
ModifyListener.modifyCompleted(LdapConnection connection,
ModifyResponse response)
callback method called after completing the modify operation.
|
void |
ModifyDnListener.modifyDnCompleted(LdapConnection connection,
ModifyDnResponse response)
callback method called after completing the modifyDn operation.
|
void |
SearchListener.referralFound(LdapConnection connection,
SearchResultReference searchResultReference)
A callback method for each referral returned by a search operation.
|
void |
IntermediateResponseListener.responseReceived(LdapConnection connection,
IntermediateResponse intermediateResponse)
A callback method for each entry returned by a intermediateResponse response.
|
void |
SearchListener.searchDone(LdapConnection connection,
SearchResultDone searchResultDone)
A callback method called when the search is done.
|
Copyright © 2009–2015 The Apache Software Foundation. All rights reserved.