Example usage for Java javax.management MBeanServerNotification fields, constructors, methods, implement or subclass
The text is from its open source code.
String | REGISTRATION_NOTIFICATION Notification type denoting that an MBean has been registered. |
String | UNREGISTRATION_NOTIFICATION Notification type denoting that an MBean has been unregistered. |
MBeanServerNotification(String type, Object source, long sequenceNumber, ObjectName objectName) Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type. |
ObjectName | getMBeanName() Returns the object name of the MBean that caused the notification. |
String | getType() Get the notification type. |