java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.remote.JMXConnectionNotification
- All Implemented Interfaces:
- Serializable
- See Also:
- Source Code,
System.currentTimeMillis()
, JMXConnector
, JMXConnectorServer
public static final String CLOSED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String FAILED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getConnectionId()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JMXConnectionNotification(String type,
Object source,
String connectionId,
long sequenceNumber,
String message,
Object userData)
- See Also:
- IllegalArgumentException, NullPointerException,
NOTIFS_LOST
, FAILED
, CLOSED
, OPENED
, JMXConnector
, JMXConnectorServer
, ObjectName
, source
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String NOTIFS_LOST
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String OPENED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples