Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.management.modelmbean.ModelMBeanAttributeInfo

Uses of ModelMBeanAttributeInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanAttributeInfo
 ModelMBeanAttributeInfo ModelMBeanInfoSupport.getAttribute(java.lang.String inName)
           
 ModelMBeanAttributeInfo ModelMBeanInfo.getAttribute(java.lang.String inName)
           
 

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 an instance of Model MBean info implementation based on the given values.
ModelMBeanInfoSupport(java.lang.String className, java.lang.String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, javax.management.Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo info)
          Copy constructor.