public class JmxDescriptionDynamic extends JmxDescription
| Constructor and Description |
|---|
JmxDescriptionDynamic(Object in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(Object o,
String attribute) |
AttributeList |
getAttributes(Object o,
String[] attributes) |
MBeanInfo |
getMBeanInfo() |
Object |
invoke(Object o,
String actionName,
Object[] params,
String[] signature) |
void |
setAttribute(Object o,
Attribute attribute) |
AttributeList |
setAttributes(Object o,
AttributeList attributes) |
createpublic JmxDescriptionDynamic(Object in)
public Object getAttribute(Object o, String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute in class JmxDescriptionAttributeNotFoundExceptionMBeanExceptionReflectionExceptionpublic void setAttribute(Object o, Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute in class JmxDescriptionAttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionExceptionpublic Object invoke(Object o, String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
invoke in class JmxDescriptionMBeanExceptionReflectionExceptionpublic AttributeList getAttributes(Object o, String[] attributes)
getAttributes in class JmxDescriptionpublic AttributeList setAttributes(Object o, AttributeList attributes)
setAttributes in class JmxDescriptionpublic MBeanInfo getMBeanInfo()
getMBeanInfo in class JmxDescriptionCopyright © 2014. All rights reserved.