Example usage for Java javax.management MBeanNotificationInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanNotificationInfo(String[] notifTypes, String name, String description) Constructs an MBeanNotificationInfo object. |
String | getDescription() Returns the human-readable description of the feature. |
String | getName() Returns the name of the feature. |
String[] | getNotifTypes() Returns the array of strings (in dot notation) containing the notification types that the MBean may emit. |