Uses of Class
javax.management.modelmbean.ModelMBeanAttributeInfo

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

Uses of ModelMBeanAttributeInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanAttributeInfo
 ModelMBeanAttributeInfo ModelMBeanInfo.getAttribute(String inName)
           
 ModelMBeanAttributeInfo ModelMBeanInfoSupport.getAttribute(String inName)
          Returns the attribute info for the named attribute, or null if there is none.
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanAttributeInfo
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo info)
          Copy constructor.
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes, ModelMBeanConstructorInfo[] modelConstructors, ModelMBeanOperationInfo[] modelOperations, ModelMBeanNotificationInfo[] modelNotifications)
          Creates an instance of Model MBean info implementation based on the given values.
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes, ModelMBeanConstructorInfo[] modelConstructors, ModelMBeanOperationInfo[] modelOperations, ModelMBeanNotificationInfo[] modelNotifications, Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.
 

Uses of ModelMBeanAttributeInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return ModelMBeanAttributeInfo
protected  ModelMBeanAttributeInfo[] JBossXMBean10.buildAttributeInfo(List attributes)
           
 

Methods in org.jboss.mx.metadata with parameters of type ModelMBeanAttributeInfo
static String MethodMapper.getterSignature(ModelMBeanAttributeInfo info)
          Generates a getter signature string for a ModelMBean attribute by checking the descriptor for getMethod.
 Method MethodMapper.lookupGetter(ModelMBeanAttributeInfo info)
          Return a method matching the getter signature expected for a ModelMBean attribute.
 Method MethodMapper.lookupSetter(ModelMBeanAttributeInfo info)
          Return a method matching the setter signature expected for a ModelMBean attribute
static String MethodMapper.setterSignature(ModelMBeanAttributeInfo info)
          Generates a setter signature string for a ModelMBean attribute by checking the descriptor for setMethod.
 



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