public class JmxDescriptionDynamic extends JmxDescription
JmxDescriptionDynamic class.
| Constructor and Description |
|---|
JmxDescriptionDynamic(Object in)
Constructor for JmxDescriptionDynamic.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(Object o,
String attribute)
getAttribute.
|
AttributeList |
getAttributes(Object o,
String[] attributes)
getAttributes.
|
MBeanInfo |
getMBeanInfo()
getMBeanInfo.
|
Object |
invoke(Object o,
String actionName,
Object[] params,
String[] signature)
invoke.
|
void |
setAttribute(Object o,
Attribute attribute)
setAttribute.
|
AttributeList |
setAttributes(Object o,
AttributeList attributes)
setAttributes.
|
createpublic Object getAttribute(Object o, String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute.
getAttribute in class JmxDescriptiono - a Object object.attribute - a String object.Object object.AttributeNotFoundException - if any.MBeanException - if any.ReflectionException - if any.public void setAttribute(Object o, Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute.
setAttribute in class JmxDescriptiono - a Object object.attribute - a Attribute object.AttributeNotFoundException - if any.InvalidAttributeValueException - if any.MBeanException - if any.ReflectionException - if any.public Object invoke(Object o, String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
invoke.
invoke in class JmxDescriptiono - a Object object.actionName - a String object.params - an array of Object objects.signature - an array of String objects.Object object.MBeanException - if any.ReflectionException - if any.public AttributeList getAttributes(Object o, String[] attributes)
getAttributes.
getAttributes in class JmxDescriptiono - a Object object.attributes - an array of String objects.AttributeList object.public AttributeList setAttributes(Object o, AttributeList attributes)
setAttributes.
setAttributes in class JmxDescriptiono - a Object object.attributes - a AttributeList object.AttributeList object.public MBeanInfo getMBeanInfo()
getMBeanInfo.
getMBeanInfo in class JmxDescriptionMBeanInfo object.Copyright © 2016. All Rights Reserved.