|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MBeanAttributeInfo | |
|---|---|
| javax.management | |
| javax.management.modelmbean | |
| javax.management.openmbean | |
| org.jboss.mx.metadata | |
| org.jboss.mx.modelmbean | |
| org.jboss.mx.server | |
| org.jboss.mx.util | Utilities for the Java Management Extentions API. |
| Uses of MBeanAttributeInfo in javax.management |
|---|
| Methods in javax.management that return MBeanAttributeInfo | |
|---|---|
MBeanAttributeInfo[] |
MBeanInfo.getAttributes()
|
| Methods in javax.management with parameters of type MBeanAttributeInfo | |
|---|---|
protected String |
StandardMBean.getDescription(MBeanAttributeInfo info)
Retrieve the description of the mbean attribute |
| Constructors in javax.management with parameters of type MBeanAttributeInfo | |
|---|---|
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
|
|
| Uses of MBeanAttributeInfo in javax.management.modelmbean |
|---|
| Subclasses of MBeanAttributeInfo in javax.management.modelmbean | |
|---|---|
class |
ModelMBeanAttributeInfo
Represents a Model MBean's management attribute. |
| Methods in javax.management.modelmbean that return MBeanAttributeInfo | |
|---|---|
MBeanAttributeInfo[] |
ModelMBeanInfo.getAttributes()
|
MBeanAttributeInfo[] |
ModelMBeanInfoSupport.getAttributes()
|
| Uses of MBeanAttributeInfo in javax.management.openmbean |
|---|
| Subclasses of MBeanAttributeInfo in javax.management.openmbean | |
|---|---|
class |
OpenMBeanAttributeInfoSupport
OpenMBeanAttributeInfo implementation |
| Methods in javax.management.openmbean that return MBeanAttributeInfo | |
|---|---|
MBeanAttributeInfo[] |
OpenMBeanInfo.getAttributes()
Retrieve an array of OpenMBeanAttributeInfos describing each attribute of the open mbean. |
| Uses of MBeanAttributeInfo in org.jboss.mx.metadata |
|---|
| Methods in org.jboss.mx.metadata with parameters of type MBeanAttributeInfo | |
|---|---|
static String |
MethodMapper.getterSignature(MBeanAttributeInfo info)
Generates a signature string for an attribute getter method using standard rules |
Method |
MethodMapper.lookupGetter(MBeanAttributeInfo info)
Return a method matching the getter signature expected for an attribute. |
Method |
MethodMapper.lookupSetter(MBeanAttributeInfo info)
Return a method matching the setter signature expected for an attribute |
static String |
MethodMapper.setterSignature(MBeanAttributeInfo info)
Generates a signature string for an attribute setter method using standard rules |
| Constructors in org.jboss.mx.metadata with parameters of type MBeanAttributeInfo | |
|---|---|
AttributeOperationResolver(MBeanAttributeInfo[] attributes,
MBeanOperationInfo[] operations)
Uses the AttributeInfo and OperationInfo arrays to configure the resolver. |
|
| Uses of MBeanAttributeInfo in org.jboss.mx.modelmbean |
|---|
| Methods in org.jboss.mx.modelmbean with parameters of type MBeanAttributeInfo | |
|---|---|
protected void |
ModelMBeanInvoker.initAttributeContexts(MBeanAttributeInfo[] attributes)
|
| Uses of MBeanAttributeInfo in org.jboss.mx.server |
|---|
| Methods in org.jboss.mx.server with parameters of type MBeanAttributeInfo | |
|---|---|
static String |
MethodMapper.getterSignature(MBeanAttributeInfo info)
Generates a signature string for an attribute getter method using standard rules |
protected void |
AbstractMBeanInvoker.initAttributeContexts(MBeanAttributeInfo[] attributes)
|
Method |
MethodMapper.lookupGetter(MBeanAttributeInfo info)
Return a method matching the getter signature expected for an attribute. |
Method |
MethodMapper.lookupSetter(MBeanAttributeInfo info)
Return a method matching the setter signature expected for an attribute |
static String |
MethodMapper.setterSignature(MBeanAttributeInfo info)
Generates a signature string for an attribute setter method using standard rules |
| Uses of MBeanAttributeInfo in org.jboss.mx.util |
|---|
| Methods in org.jboss.mx.util with parameters of type MBeanAttributeInfo | |
|---|---|
void |
MonitorCallback.monitorCallback(ObservedObject object,
MBeanAttributeInfo attributeInfo,
Object value)
Perform the monitor specific processing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||