Uses of Class
javax.management.modelmbean.ModelMBeanNotificationInfo

Packages that use ModelMBeanNotificationInfo
javax.management.modelmbean   
org.jboss.mx.metadata   
 

Uses of ModelMBeanNotificationInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanNotificationInfo
 ModelMBeanNotificationInfo ModelMBeanInfoSupport.getNotification(String inName)
           
 ModelMBeanNotificationInfo ModelMBeanInfo.getNotification(String inName)
           
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanNotificationInfo
ModelMBeanNotificationInfo(ModelMBeanNotificationInfo info)
           
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)
          Creates an instance of Model MBean info implementation based on the given values.
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.
 

Uses of ModelMBeanNotificationInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return ModelMBeanNotificationInfo
protected  ModelMBeanNotificationInfo[] XMBeanMetaData.buildNotificationInfo(List notifications)
          Parses the contents of an <notification> element.
protected  ModelMBeanNotificationInfo[] JBossXMBean10.buildNotificationInfo(List notifications)
           
 



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