javax.management
public class MBeanServerNotification extends Notification
JMImplementation:type=MBeanServerDelegate
.
Since: 1.5
Field Summary | |
---|---|
static String | REGISTRATION_NOTIFICATION
Notification type for the registration event. |
static String | UNREGISTRATION_NOTIFICATION
Notification type for the de-registration event. |
Constructor Summary | |
---|---|
MBeanServerNotification(String type, Object source, long seqNo, ObjectName name)
Constructs a new {@link MBeanServerNotification} of the specified
type for an event relating to the supplied bean, with the given
source and sequence number.
|
Method Summary | |
---|---|
ObjectName | getMBeanName()
Returns the name of the bean this notification concerns.
|
Parameters: type the type of notification (registration or de-registration). source the source of the notification. seqNo the sequence number of this notification, used to order multiple such notifications. name the name of the bean concerned by this event.
Returns: the name of the bean.