public class AssetTreeDynamicMBean extends Object implements DynamicMBean
| Constructor and Description |
|---|
AssetTreeDynamicMBean(Map attributelist) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
AttributeList |
getAttributes(String[] names) |
MBeanInfo |
getMBeanInfo() |
Object |
invoke(String name,
Object[] args,
String[] sig) |
void |
setAttribute(Attribute attribute) |
void |
setAttribute(String name,
String value) |
AttributeList |
setAttributes(AttributeList list) |
public AssetTreeDynamicMBean(Map attributelist) throws IOException
IOExceptionpublic String getAttribute(String name) throws AttributeNotFoundException
getAttribute in interface DynamicMBeanAttributeNotFoundExceptionpublic void setAttribute(Attribute attribute) throws InvalidAttributeValueException, MBeanException, AttributeNotFoundException
setAttribute in interface DynamicMBeanInvalidAttributeValueExceptionMBeanExceptionAttributeNotFoundExceptionpublic AttributeList getAttributes(String[] names)
getAttributes in interface DynamicMBeanpublic AttributeList setAttributes(AttributeList list)
setAttributes in interface DynamicMBeanpublic Object invoke(String name, Object[] args, String[] sig) throws MBeanException, ReflectionException
invoke in interface DynamicMBeanMBeanExceptionReflectionExceptionpublic MBeanInfo getMBeanInfo()
getMBeanInfo in interface DynamicMBeanCopyright © 2015. All rights reserved.