io.airlift.jmx
Class MBeanRepresentation
java.lang.Object
io.airlift.jmx.MBeanRepresentation
public class MBeanRepresentation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanRepresentation
public MBeanRepresentation(MBeanServer mbeanServer,
ObjectName objectName,
org.codehaus.jackson.map.ObjectMapper objectMapper)
throws JMException
- Throws:
JMException
getObjectName
public ObjectName getObjectName()
getClassName
public String getClassName()
getDescription
public String getDescription()
getDescriptor
public Map<String,Object> getDescriptor()
getAttributes
public List<MBeanRepresentation.AttributeRepresentation> getAttributes()
getOperations
public List<MBeanRepresentation.OperationRepresentation> getOperations()
Copyright © 2010-2012 Airlift. All Rights Reserved.