public
classJMXConnectionNotification
extends Notification
Overview
Inheritance
Members
Usage
Source
Books
Since1.5
VersionNot specified.
Author(s)Not specified.
Notification emitted when a client connection is opened or
closed or when notifications are lost. These notifications are
sent by connector servers (instances of JMXConnectorServer )
and by connector clients (instances of JMXConnector ). For
certain connectors, a session can consist of a sequence of
connections. Connection-opened and connection-closed notifications
will be sent for each one.
The notification type is one of the following:
Type
Meaning
jmx.remote.connection.opened
A new client connection has been opened.
jmx.remote.connection.closed
A client connection has been closed.
jmx.remote.connection.failed
A client connection has failed unexpectedly.
jmx.remote.connection.notifs.lost
A client connection has potentially lost notifications. This
notification only appears on the client side.
The timeStamp of the notification is a time value
(consistent with currentTimeMillis() ) indicating
when the notification was constructed.
Notification emitted when a client connection is opened or closed or when notifications are lost. These notifications are sent by connector servers (instances of JMXConnectorServer ) and by connector clients (instances of JMXConnector ). For certain connectors, a session can consist of a sequence of connections. Connection-opened and connection-closed notifications will be sent for each one.
The notification type is one of the following:
jmx.remote.connection.openedjmx.remote.connection.closedjmx.remote.connection.failedjmx.remote.connection.notifs.lostThe
timeStampof the notification is a time value (consistent with currentTimeMillis() ) indicating when the notification was constructed.