| java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanNotificationInfo
MBeanNotificationInfo | public MBeanNotificationInfo(String[] notifTypes, String name, String description)(Code) | | Constructs an MBeanNotificationInfo object.
Parameters: notifType - The event type string (in dot notation). Parameters: name - The name of the Notification class. Parameters: description - A human readable description of the data. |
clone | public Object clone()(Code) | | Creates and returns a copy of this object.
A duplicate copy of this object is created |
getNotifTypes | public String[] getNotifTypes()(Code) | | Returns the notification type string of the notification (in dot notation).
A String array of the notification types are returned |
toString | public String toString()(Code) | | Returns a human readable version of the MBeanNotificationInfo instance
MBeanNotificationInfo of String type is returned |
|
|