public class MBeanAttributeWrapperAO extends Object implements Serializable
| Constructor and Description |
|---|
MBeanAttributeWrapperAO(MBeanAttributeInfo attribInfo,
Object value)
Constructs an MBeanAttributeWrapperAO.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
MBeanAttributeInfo |
getMBeanAttributeInfo() |
String |
getName() |
String |
getType() |
Object |
getValue() |
boolean |
isReadable() |
boolean |
isWritable() |
public MBeanAttributeWrapperAO(MBeanAttributeInfo attribInfo, Object value)
public String getDescription()
MBeanFeatureInfo.getDescription()public MBeanAttributeInfo getMBeanAttributeInfo()
MBeanAttributeInfopublic String getName()
MBeanFeatureInfo.getName()public String getType()
MBeanAttributeInfo.getType()public Object getValue()
public boolean isReadable()
MBeanAttributeInfo.isReadable()public boolean isWritable()
MBeanAttributeInfo.isWritable()Copyright © 2010-2015 anotheria.net. All Rights Reserved.