Java javax.management MBeanServerNotification fields, constructors, methods, implement or subclass

Example usage for Java javax.management MBeanServerNotification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management MBeanServerNotification.

The text is from its open source code.

Field

StringREGISTRATION_NOTIFICATION
Notification type denoting that an MBean has been registered.
StringUNREGISTRATION_NOTIFICATION
Notification type denoting that an MBean has been unregistered.

Constructor

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.

Method

ObjectNamegetMBeanName()
Returns the object name of the MBean that caused the notification.
StringgetType()
Get the notification type.