io.airlift.jmx
Class MBeanRepresentation.AttributeRepresentation
java.lang.Object
io.airlift.jmx.MBeanRepresentation.AttributeRepresentation
- Enclosing class:
- MBeanRepresentation
public static class MBeanRepresentation.AttributeRepresentation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getType
public String getType()
getDescription
public String getDescription()
isReadable
public boolean isReadable()
isWritable
public boolean isWritable()
getDescriptor
public Map<String,Object> getDescriptor()
getValue
public Object getValue()
Copyright © 2010-2012 Airlift. All Rights Reserved.