Uses of Class
javax.management.MBeanNotificationInfo
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the open data types and Open MBean descriptor classes.
Provides the definition of the Relation Service.
Interfaces for remote access to
JMX MBean servers.
-
Uses of MBeanNotificationInfo in javax.management
Modifier and TypeMethodDescriptionMBeanServerDelegate.getNotificationInfo()
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.NotificationBroadcasterSupport.getNotificationInfo()
StandardEmitterMBean.getNotificationInfo()
MBeanInfo.getNotifications()
Returns the list of the notifications emitted by the MBean.ModifierConstructorDescriptionMBeanInfo
(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
.Constructs a NotificationBroadcasterSupport with information about the notifications that may be sent. -
Uses of MBeanNotificationInfo in javax.management.modelmbean
Modifier and TypeClassDescriptionclass
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.Modifier and TypeMethodDescriptionRequiredModelMBean.getNotificationInfo()
Returns the array of Notifications always generated by the RequiredModelMBean.ModelMBeanInfo.getNotifications()
Returns the list of the notifications emitted by the MBean. -
Uses of MBeanNotificationInfo in javax.management.monitor
Modifier and TypeMethodDescriptionCounterMonitor.getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the counter monitor.GaugeMonitor.getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the gauge monitor.StringMonitor.getNotificationInfo()
Returns aNotificationInfo
object 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.openmbean
Modifier and TypeMethodDescriptionOpenMBeanInfo.getNotifications()
Returns an array ofMBeanNotificationInfo
instances describing each notification emitted by the open MBean described by thisOpenMBeanInfo
instance.ModifierConstructorDescriptionOpenMBeanInfoSupport
(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) Constructs anOpenMBeanInfoSupport
instance, which describes a class of open MBeans with the specifiedclassName
,description
,openAttributes
,openConstructors
,openOperations
andnotifications
.OpenMBeanInfoSupport
(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anOpenMBeanInfoSupport
instance, which describes a class of open MBeans with the specifiedclassName
,description
,openAttributes
,openConstructors
,openOperations
,notifications
, anddescriptor
. -
Uses of MBeanNotificationInfo in javax.management.relation
Modifier and TypeMethodDescriptionRelationService.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.remote
Modifier and TypeMethodDescriptionJMXConnectorServer.getNotificationInfo()
Returns an array indicating the notifications that this MBean sends.