public class MBeanRepresentation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MBeanRepresentation.AttributeRepresentation |
static class |
MBeanRepresentation.OperationRepresentation |
static class |
MBeanRepresentation.ParameterRepresentation |
| Constructor and Description |
|---|
MBeanRepresentation(MBeanServer mbeanServer,
ObjectName objectName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
List<MBeanRepresentation.AttributeRepresentation> |
getAttributes() |
String |
getClassName() |
String |
getDescription() |
Map<String,Object> |
getDescriptor() |
ObjectName |
getObjectName() |
List<MBeanRepresentation.OperationRepresentation> |
getOperations() |
public MBeanRepresentation(MBeanServer mbeanServer, ObjectName objectName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) throws JMException
JMExceptionpublic ObjectName getObjectName()
public String getClassName()
public String getDescription()
public List<MBeanRepresentation.AttributeRepresentation> getAttributes()
public List<MBeanRepresentation.OperationRepresentation> getOperations()
Copyright © 2010-2016 Airlift. All Rights Reserved.