io.airlift.jmx
Class MBeanRepresentation.AttributeRepresentation

java.lang.Object
  extended by io.airlift.jmx.MBeanRepresentation.AttributeRepresentation
Enclosing class:
MBeanRepresentation

public static class MBeanRepresentation.AttributeRepresentation
extends Object


Method Summary
 String getDescription()
           
 Map<String,Object> getDescriptor()
           
 String getName()
           
 String getType()
           
 Object getValue()
           
 boolean isReadable()
           
 boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.