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