Uses of Class
javax.management.modelmbean.ModelMBeanAttributeInfo

Packages that use ModelMBeanAttributeInfo
javax.management.modelmbean   
 

Uses of ModelMBeanAttributeInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanAttributeInfo
 ModelMBeanAttributeInfo ModelMBeanInfoSupport.getAttribute(java.lang.String name)
          Returns a ModelMBeanAttributeInfo requested by name.
 ModelMBeanAttributeInfo ModelMBeanInfo.getAttribute(java.lang.String name)
          returns a ModelMBeanAttributeInfo requested by name.
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanAttributeInfo
ModelMBeanInfoSupport(java.lang.String className, java.lang.String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)
          Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
ModelMBeanInfoSupport(java.lang.String className, java.lang.String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor descriptor)
          Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo attributeInfo)
          Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.