Frames | No Frames |
Constructors with parameter type javax.management.MBeanNotificationInfo | |
OpenMBeanInfoSupport.OpenMBeanInfoSupport(String name, String desc, OpenMBeanAttributeInfo[] attribs, OpenMBeanConstructorInfo[] cons, OpenMBeanOperationInfo[] ops, MBeanNotificationInfo[] notifs) Constructs a new OpenMBeanInfo using the supplied
class name and description with the given attributes,
operations, constructors and notifications. |
Methods with return type javax.management.MBeanNotificationInfo | |
MBeanNotificationInfo[] | Returns descriptions of each of the notifications provided by this
management bean. |
Methods with return type javax.management.MBeanNotificationInfo | |
MBeanNotificationInfo[] | Returns an array describing the notifications this
bean may send to its registered listeners. |
Constructors with parameter type javax.management.MBeanNotificationInfo | |
MBeanInfo.MBeanInfo(String name, String desc, MBeanAttributeInfo[] attribs, MBeanConstructorInfo[] cons, MBeanOperationInfo[] ops, MBeanNotificationInfo[] notifs) Constructs a new MBeanInfo using the supplied
class name and description with the given attributes,
operations, constructors and notifications. |
Methods with return type javax.management.MBeanNotificationInfo | |
MBeanNotificationInfo[] | Returns an array describing the notifications this
bean may send to its registered listeners. |
MBeanNotificationInfo[] | Returns an array describing the notifications this
bean may send to its registered listeners. |
MBeanNotificationInfo[] | Returns an array describing the notifications this
bean may send to its registered listeners. |
MBeanNotificationInfo[] | Returns descriptions of each of the notifications emitted
by this management bean. |