javax.management.remote
Class JMXConnectionNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.remote.JMXConnectionNotification
- All Implemented Interfaces:
- Serializable
public class JMXConnectionNotification
- extends Notification
- Author:
- Tom Elrod
- See Also:
- Serialized Form
OPENED
public static final String OPENED
- See Also:
- Constant Field Values
CLOSED
public static final String CLOSED
- See Also:
- Constant Field Values
FAILED
public static final String FAILED
- See Also:
- Constant Field Values
NOTIFS_LOST
public static final String NOTIFS_LOST
- See Also:
- Constant Field Values
JMXConnectionNotification
public JMXConnectionNotification(String type,
Object source,
String connectionId,
long sequenceNumber,
String message,
Object userData)
getConnectionId
public String getConnectionId()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.