|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanNotificationInfo | |
javax.management | Provides the core JMX classes. |
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 descriptors classes. |
javax.management.relation | Provides the definition of the Relation service. |
Uses of MBeanNotificationInfo in javax.management |
Methods in javax.management that return MBeanNotificationInfo | |
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. |
MBeanNotificationInfo[] |
MBeanServerDelegate.getNotificationInfo()
|
MBeanNotificationInfo[] |
NotificationBroadcasterSupport.getNotificationInfo()
|
Constructors in javax.management with parameters of type MBeanNotificationInfo | |
MBeanInfo(java.lang.String className,
java.lang.String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
Constructs an MBeanInfo . |
Uses of MBeanNotificationInfo in javax.management.modelmbean |
Subclasses of MBeanNotificationInfo in javax.management.modelmbean | |
class |
ModelMBeanNotificationInfo
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean. |
Methods in javax.management.modelmbean that return MBeanNotificationInfo | |
MBeanNotificationInfo[] |
ModelMBeanInfo.getNotifications()
Returns the list of the notifications emitted by the MBean. |
MBeanNotificationInfo[] |
RequiredModelMBean.getNotificationInfo()
Returns the array of Notifications always generated by the RequiredModelMBean. |
Uses of MBeanNotificationInfo in javax.management.monitor |
Methods in javax.management.monitor that return MBeanNotificationInfo | |
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
Returns a NotificationInfo object containing the name of the Java class of the notification
and the notification types sent by the counter monitor. |
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
Returns a NotificationInfo object containing the name of the Java class of the notification
and the notification types sent by the gauge monitor. |
MBeanNotificationInfo[] |
StringMonitor.getNotificationInfo()
Returns a NotificationInfo 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 |
Methods in javax.management.openmbean that return MBeanNotificationInfo | |
MBeanNotificationInfo[] |
OpenMBeanInfo.getNotifications()
Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance. |
Constructors in javax.management.openmbean with parameters of type MBeanNotificationInfo | |
OpenMBeanInfoSupport(java.lang.String className,
java.lang.String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications)
Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className, description, openAttributes, openConstructors , openOperations and notifications. |
Uses of MBeanNotificationInfo in javax.management.relation |
Methods in javax.management.relation that return MBeanNotificationInfo | |
MBeanNotificationInfo[] |
RelationService.getNotificationInfo()
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |