|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.management.AttributeInfoHelper
public class AttributeInfoHelper
A Helper class to build a list of MBeanAttributInfos
| Constructor Summary | |
|---|---|
AttributeInfoHelper()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(Object theObject,
String name,
String description)
Add an attribute |
void |
clear()
clear the internal list |
MBeanAttributeInfo[] |
getAttributeInfos()
Get array of MBeanAttriubteInfos registered |
static MBeanAttributeInfo[] |
join(MBeanAttributeInfo[] attrs1,
MBeanAttributeInfo[] attrs2)
Join two MBeanAttributeInfo[] arrays |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeInfoHelper()
| Method Detail |
|---|
public void addAttribute(Object theObject,
String name,
String description)
throws ReflectionException
theObject - name - description -
ReflectionExceptionpublic MBeanAttributeInfo[] getAttributeInfos()
public void clear()
public static MBeanAttributeInfo[] join(MBeanAttributeInfo[] attrs1,
MBeanAttributeInfo[] attrs2)
attrs1 - attrs2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||