Uses of Interface
org.apache.directory.ldap.client.template.ConnectionCallback
-
Packages that use ConnectionCallback Package Description org.apache.directory.ldap.client.template -
-
Uses of ConnectionCallback in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template with parameters of type ConnectionCallback Modifier and Type Method Description <T> TLdapConnectionOperations. execute(ConnectionCallback<T> connectionCallback)Executes theconnectionCallback, supplying it a managed connection.<T> TLdapConnectionTemplate. execute(ConnectionCallback<T> connectionCallback)Executes theconnectionCallback, supplying it a managed connection.
-