| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MBeanNotificationInfo | |
|---|---|
| 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. | 
| javax.management.timer | Provides the definition of the Timer MBean. | 
| Uses of MBeanNotificationInfo in javax.management | 
|---|
| Methods in javax.management that return MBeanNotificationInfo | |
|---|---|
|  MBeanNotificationInfo[] | NotificationBroadcasterSupport.getNotificationInfo() | 
|  MBeanNotificationInfo[] | MBeanServerDelegate.getNotificationInfo() | 
|  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 | |
|---|---|
| MBeanInfo(String className,
          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 | ModelMBeanNotificationInfoThe ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean. | 
| Methods in javax.management.modelmbean that return MBeanNotificationInfo | |
|---|---|
|  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.monitor | 
|---|
| Methods in javax.management.monitor that return MBeanNotificationInfo | |
|---|---|
|  MBeanNotificationInfo[] | StringMonitor.getNotificationInfo()Returns a NotificationInfoobject containing the
 name of the Java class of the notification
 and the notification types sent by the string monitor. | 
|  MBeanNotificationInfo[] | CounterMonitor.getNotificationInfo()Returns a NotificationInfoobject containing the
 name of the Java class of the notification and the notification
 types sent by the counter monitor. | 
|  MBeanNotificationInfo[] | GaugeMonitor.getNotificationInfo()Returns a NotificationInfoobject containing the
 name of the Java class of the notification and the notification
 types sent by the gauge 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(String className,
                     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. | 
| Uses of MBeanNotificationInfo in javax.management.remote | 
|---|
| Methods in javax.management.remote that return MBeanNotificationInfo | |
|---|---|
|  MBeanNotificationInfo[] | JMXConnectorServer.getNotificationInfo()Returns an array indicating the notifications that this MBean sends. | 
| Uses of MBeanNotificationInfo in javax.management.timer | 
|---|
| Methods in javax.management.timer that return MBeanNotificationInfo | |
|---|---|
|  MBeanNotificationInfo[] | Timer.getNotificationInfo() | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.