void |
AbstractConnectionWrapper.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.
|
void |
Connection.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.
|
void |
LdapClientSocket.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.
|
void |
AbstractConnectionWrapper.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.
|
void |
Connection.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.
|
void |
LdapClientSocket.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.
|