|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification (src)
javax.management.MBeanServerNotification
A notification sent by the MBeanServer delegate when an MBean is registered or unregisterd.
NOTE: The values from the spec are wrong, the real values are REGISTRATION_NOTIFICATION = "JMX.mbean.registered" UNREGISTRATION_NOTIFICATION = "JMX.mbean.registered"
Revisions:
20020315 Adrian Brock:
20020711 Adrian Brock:
| Field Summary | |
static java.lang.String |
REGISTRATION_NOTIFICATION
Notification type sent at MBean registration |
static java.lang.String |
UNREGISTRATION_NOTIFICATION
Notification type sent at MBean registration |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
MBeanServerNotification(java.lang.String type,
java.lang.Object source,
long sequence,
ObjectName (src) objectName)
Construct a new MBeanServer notification |
|
| Method Summary | |
ObjectName (src) |
getMBeanName()
Get the object name of the mbean being (un)registered |
java.lang.String |
toString()
|
| Methods inherited from class javax.management.Notification (src) |
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String REGISTRATION_NOTIFICATION
public static final java.lang.String UNREGISTRATION_NOTIFICATION
| Constructor Detail |
public MBeanServerNotification(java.lang.String type,
java.lang.Object source,
long sequence,
ObjectName (src) objectName)
type - the type of notification to constructsource - the source of the notificationsequence - the sequence number of the notificationobjectName - the object name of the mbean being (un)registered| Method Detail |
public ObjectName (src) getMBeanName()
public java.lang.String toString()
toString in class Notification (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||