|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.metadata.MBeanInfoConversion
Routines for converting MBeanInfo to ModelMBeanInfoSupport and stripping ModelMBeanOperationInfos that are referred to in ModelMBeanAttributeInfos.
Field Summary |
Constructor Summary | |
MBeanInfoConversion()
|
Method Summary | |
static ModelMBeanInfoSupport (src) |
stripAttributeOperations(ModelMBeanInfo (src) info,
boolean stripAllRoles)
Returns a ModelMBeanInfoSupport where ModelMBeanOperationInfos that are referred to by ModelMBeanAttributeInfo getMethod or setMethod descriptor fields are stripped out. |
static ModelMBeanInfoSupport (src) |
toModelMBeanInfo(MBeanInfo (src) info)
Convert regular MBeanInfo into ModelMBeanInfo. |
static ModelMBeanInfoSupport (src) |
toModelMBeanInfo(MBeanInfo (src) info,
boolean createAttributeOperationMapping)
Convert regular MBeanInfo to ModelMBeanInfo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanInfoConversion()
Method Detail |
public static ModelMBeanInfoSupport (src) toModelMBeanInfo(MBeanInfo (src) info)
info
- MBeanInfo to convert (such as the Standard MBean info)public static ModelMBeanInfoSupport (src) toModelMBeanInfo(MBeanInfo (src) info, boolean createAttributeOperationMapping)
info
- MBeanInfo to convert (such a the Standard MBean info)createAttributeOperationMapping
- setting this boolean to
true will automatically create the attribute operation
mapping for Model MBean managemenet attributes. Based on the
Standard MBean attribute naming conventions, the Model MBean
attribute descriptors are mapped to appropriate management
operations with the getMethod and setMethod
descriptor fields.public static ModelMBeanInfoSupport (src) stripAttributeOperations(ModelMBeanInfo (src) info, boolean stripAllRoles) throws MBeanException (src)
MBeanException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |