Example usage for Java javax.management.remote JMXConnectionNotification fields, constructors, methods, implement or subclass
The text is from its open source code.
String | OPENED Notification type string for a connection-opened notification. |
String | CLOSED Notification type string for a connection-closed notification. |
String | FAILED Notification type string for a connection-failed notification. |
String | NOTIFS_LOST Notification type string for a connection that has possibly lost notifications. |
JMXConnectionNotification(String type, Object source, String connectionId, long sequenceNumber, String message, Object userData) Constructs a new connection notification. |
String | getConnectionId() The connection ID to which this notification pertains. |