public interface AdminToolJmxService
| Modifier and Type | Method and Description |
|---|---|
List<JsTree> |
buildTree() |
JmxResponseTO |
getAttributes(JmxQueryTO queryTo) |
List<MBeanAttributeInfo> |
getAttributes(String serverMappingKey,
String domain,
String mbean) |
List<String> |
getDomains(String serverMappingKey) |
JmxResponseTO |
getExecuteOperation(JmxExecuteTO queryTo) |
List<String> |
getMBeans(String serverMappingKey,
String domain) |
List<MBeanOperationInfo> |
getOperations(String serverMappingKey,
String domain,
String mbean) |
JmxResponseTO |
getOpperation(JmxQueryTO queryTo) |
Map<String,String> |
getServerMappings() |
List<MBeanAttributeInfo> getAttributes(String serverMappingKey, String domain, String mbean)
JmxResponseTO getAttributes(JmxQueryTO queryTo)
List<MBeanOperationInfo> getOperations(String serverMappingKey, String domain, String mbean)
JmxResponseTO getOpperation(JmxQueryTO queryTo)
JmxResponseTO getExecuteOperation(JmxExecuteTO queryTo) throws Exception
ExceptionCopyright © 2016–2018. All rights reserved.