Uses of Class
javax.management.MBeanNotificationInfo
| Package | Description | 
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. | 
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. | 
| javax.management.monitor | Provides the definition of the monitor classes. | 
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| javax.management.relation | Provides the definition of the Relation Service. | 
| javax.management.remote | Interfaces for remote access to
        JMX MBean servers. | 
- 
Uses of MBeanNotificationInfo in javax.managementMethods in javax.management that return MBeanNotificationInfo Modifier and Type Method Description MBeanNotificationInfo[]NotificationBroadcaster. getNotificationInfo()Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.MBeanNotificationInfo[]MBeanInfo. getNotifications()Returns the list of the notifications emitted by the MBean.Constructors in javax.management with parameters of type MBeanNotificationInfo Constructor Description MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)Constructs anMBeanInfo.MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor)Constructs anMBeanInfo.NotificationBroadcasterSupport(Executor executor, MBeanNotificationInfo... info)Constructs a NotificationBroadcasterSupport with information about the notifications that may be sent, and where each listener is invoked using the givenExecutor.NotificationBroadcasterSupport(MBeanNotificationInfo... info)Constructs a NotificationBroadcasterSupport with information about the notifications that may be sent.
- 
Uses of MBeanNotificationInfo in javax.management.modelmbeanSubclasses of MBeanNotificationInfo in javax.management.modelmbean Modifier and Type Class Description classModelMBeanNotificationInfoThe ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.Methods in javax.management.modelmbean that return MBeanNotificationInfo Modifier and Type Method Description MBeanNotificationInfo[]RequiredModelMBean. getNotificationInfo()Returns the array of Notifications always generated by the RequiredModelMBean.MBeanNotificationInfo[]ModelMBeanInfo. getNotifications()Returns the list of the notifications emitted by the MBean.
- 
Uses of MBeanNotificationInfo in javax.management.monitorMethods in javax.management.monitor that return MBeanNotificationInfo Modifier and Type Method Description MBeanNotificationInfo[]CounterMonitor. getNotificationInfo()Returns aNotificationInfoobject containing the name of the Java class of the notification and the notification types sent by the counter monitor.MBeanNotificationInfo[]GaugeMonitor. getNotificationInfo()Returns aNotificationInfoobject containing the name of the Java class of the notification and the notification types sent by the gauge monitor.MBeanNotificationInfo[]StringMonitor. getNotificationInfo()Returns aNotificationInfoobject containing the name of the Java class of the notification and the notification types sent by the string monitor.
- 
Uses of MBeanNotificationInfo in javax.management.openmbeanMethods in javax.management.openmbean that return MBeanNotificationInfo Modifier and Type Method Description MBeanNotificationInfo[]OpenMBeanInfo. getNotifications()Returns an array ofMBeanNotificationInfoinstances describing each notification emitted by the open MBean described by thisOpenMBeanInfoinstance.Constructors in javax.management.openmbean with parameters of type MBeanNotificationInfo Constructor Description OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)Constructs anOpenMBeanInfoSupportinstance, which describes a class of open MBeans with the specifiedclassName,description,openAttributes,openConstructors,openOperationsandnotifications.OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)Constructs anOpenMBeanInfoSupportinstance, which describes a class of open MBeans with the specifiedclassName,description,openAttributes,openConstructors,openOperations,notifications, anddescriptor.
- 
Uses of MBeanNotificationInfo in javax.management.relationMethods in javax.management.relation that return MBeanNotificationInfo Modifier and Type Method Description MBeanNotificationInfo[]RelationService. getNotificationInfo()Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent.
- 
Uses of MBeanNotificationInfo in javax.management.remoteMethods in javax.management.remote that return MBeanNotificationInfo Modifier and Type Method Description MBeanNotificationInfo[]JMXConnectorServer. getNotificationInfo()Returns an array indicating the notifications that this MBean sends.