Uses of Interface
org.forgerock.opendj.ldap.LdapSessionCompletionListener
-
Packages that use LdapSessionCompletionListener Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of LdapSessionCompletionListener in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type LdapSessionCompletionListener Modifier and Type Method Description void
LdapSession. addListener(LdapSessionCompletionListener listener)
Register a listener which will be notified when thisLdapSession
changes state.
-