| javax.management.Notification javax.management.MBeanServerNotification
MBeanServerNotification | public class MBeanServerNotification extends Notification (Code) | | The notification emitted by the
MBeanServerDelegate delegate MBean when an MBean is registered or unregistered.
version: $Revision: 1.9 $ |
REGISTRATION_NOTIFICATION | final public static String REGISTRATION_NOTIFICATION(Code) | | The type of the notification when an MBean is registered
|
UNREGISTRATION_NOTIFICATION | final public static String UNREGISTRATION_NOTIFICATION(Code) | | The type of the notification when an MBean is unregistered
|
MBeanServerNotification | public MBeanServerNotification(String type, Object source, long sequenceNumber, ObjectName objectName)(Code) | | Creates a new MBeanServerNotification.
Parameters: type - Either REGISTRATION_NOTIFICATION or UNREGISTRATION_NOTIFICATION Parameters: source - The MBeanServerDelegate's ObjectName Parameters: sequenceNumber - A sequence number Parameters: objectName - The ObjectName of the MBean registered or unregistered |
getMBeanName | public ObjectName getMBeanName()(Code) | | Returns the ObjectName of the MBean that was registered or unregistered
|
|
|