站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.MBeanNotificationInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.MBeanNotificationInfo

Packages that use MBeanNotificationInfo
javax.management   
javax.management.modelmbean   
javax.management.monitor The JBossMX monitor services
javax.management.openmbean   
javax.management.relation The JBossMX relation service
org.jboss.mx.capability   
org.jboss.mx.loading   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of MBeanNotificationInfo in javax.management
 

Methods in javax.management that return MBeanNotificationInfo
 MBeanNotificationInfo[] NotificationBroadcasterSupport.getNotificationInfo()
           
 MBeanNotificationInfo[] NotificationBroadcaster.getNotificationInfo()
          Returns the notification metadata associated with the MBean.
 MBeanNotificationInfo[] MBeanServerDelegate.getNotificationInfo()
           
 MBeanNotificationInfo[] MBeanInfo.getNotifications()
           
 

Constructors in javax.management with parameters of type MBeanNotificationInfo
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
           
 

Uses of MBeanNotificationInfo in javax.management.modelmbean
 

Subclasses of MBeanNotificationInfo in javax.management.modelmbean
 class ModelMBeanNotificationInfo
          Represents a notification in a Model MBean's management interface.
 

Methods in javax.management.modelmbean that return MBeanNotificationInfo
 MBeanNotificationInfo[] RequiredModelMBean.getNotificationInfo()
          Returns the array of Notifications generated by the RequiredModelMBean.
 MBeanNotificationInfo[] ModelMBeanInfoSupport.getNotifications()
           
 MBeanNotificationInfo[] ModelMBeanInfo.getNotifications()
           
 

Uses of MBeanNotificationInfo in javax.management.monitor
 

Methods in javax.management.monitor that return MBeanNotificationInfo
 MBeanNotificationInfo[] StringMonitor.getNotificationInfo()
           
 MBeanNotificationInfo[] GaugeMonitor.getNotificationInfo()
           
 MBeanNotificationInfo[] CounterMonitor.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in javax.management.openmbean
 

Methods in javax.management.openmbean that return MBeanNotificationInfo
 MBeanNotificationInfo[] OpenMBeanInfo.getNotifications()
          Retrieve an array of MBeanNotificationInfos describing each notification of the open mbean.
 

Constructors in javax.management.openmbean with parameters of type MBeanNotificationInfo
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] attributes, OpenMBeanConstructorInfo[] constructors, OpenMBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          Contruct an OpenMBeanInfoSupport
 

Uses of MBeanNotificationInfo in javax.management.relation
 

Methods in javax.management.relation that return MBeanNotificationInfo
 MBeanNotificationInfo[] RelationService.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in org.jboss.mx.capability
 

Methods in org.jboss.mx.capability that return MBeanNotificationInfo
protected  MBeanNotificationInfo[] ReflectedMBeanDispatcher.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in org.jboss.mx.loading
 

Methods in org.jboss.mx.loading that return MBeanNotificationInfo
 MBeanNotificationInfo[] UnifiedLoaderRepository3.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean that return MBeanNotificationInfo
 MBeanNotificationInfo[] XMBean.getNotificationInfo()
           
 MBeanNotificationInfo[] ModelMBeanInvoker.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in org.jboss.mx.server
 

Methods in org.jboss.mx.server that return MBeanNotificationInfo
 MBeanNotificationInfo[] AbstractMBeanInvoker.getNotificationInfo()
           
protected  MBeanNotificationInfo[] AbstractMBeanInvoker.getNotificationInfoFromResource()
           
 

Uses of MBeanNotificationInfo in org.jboss.mx.util
 

Methods in org.jboss.mx.util that return MBeanNotificationInfo
 MBeanNotificationInfo[] JBossNotificationBroadcasterSupport.getNotificationInfo()
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.