Uses of Interface
org.forgerock.opendj.ldap.ConnectionEventListener
Packages that use ConnectionEventListener
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ConnectionEventListener in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type ConnectionEventListenerModifier and TypeMethodDescriptionvoidAbstractConnectionWrapper.addConnectionEventListener(ConnectionEventListener listener) Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.voidConnection.addConnectionEventListener(ConnectionEventListener listener) Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.voidLdapClientSocket.addConnectionEventListener(ConnectionEventListener listener) Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.voidAbstractConnectionWrapper.removeConnectionEventListener(ConnectionEventListener listener) Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.voidConnection.removeConnectionEventListener(ConnectionEventListener listener) Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.voidLdapClientSocket.removeConnectionEventListener(ConnectionEventListener listener) Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.