KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > JMXConnectionNotification

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

Popular Tags