|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ModelMBeanInfoSupport.getAttribute(String inName)
Returns the attribute info for the named attribute, or null if there is none. |
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(String inName)
|
Constructors in javax.management.modelmbean with parameters of type ModelMBeanAttributeInfo | |
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. |
|
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo info)
Copy constructor. |
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 | |
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.getterSignature(ModelMBeanAttributeInfo info)
Generates a getter signature string for a ModelMBean attribute by checking the descriptor for getMethod. |
static String |
MethodMapper.setterSignature(ModelMBeanAttributeInfo info)
Generates a setter signature string for a ModelMBean attribute by checking the descriptor for setMethod. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |