javax.management.remote
Class JMXConnectionNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by javax.management.remote.JMXConnectionNotification
All Implemented Interfaces:
Serializable

public class JMXConnectionNotification
extends Notification

Author:
Tom Elrod
See Also:
Serialized Form

Field Summary
static String CLOSED
           
static String FAILED
           
static String NOTIFS_LOST
           
static String OPENED
           
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
JMXConnectionNotification(String type, Object source, String connectionId, long sequenceNumber, String message, Object userData)
           
 
Method Summary
 String getConnectionId()
           
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

JMXConnectionNotification

public JMXConnectionNotification(String type,
                                 Object source,
                                 String connectionId,
                                 long sequenceNumber,
                                 String message,
                                 Object userData)
Method Detail

getConnectionId

public String getConnectionId()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.