public class JVMInformation extends Object implements JVMInformationMBean
| Constructor and Description |
|---|
JVMInformation(MBeanServerConnection mbsc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassInformation(String processName) |
String |
getLogInformation(String processName) |
String |
getMemoryInformation(String processName) |
String |
getSummary(String processName) |
String |
getThreadDump(String processName) |
public JVMInformation(MBeanServerConnection mbsc)
public String getThreadDump(String processName)
getThreadDump in interface JVMInformationMBeanpublic String getSummary(String processName)
getSummary in interface JVMInformationMBeanpublic String getMemoryInformation(String processName)
getMemoryInformation in interface JVMInformationMBeanpublic String getClassInformation(String processName)
getClassInformation in interface JVMInformationMBeanpublic String getLogInformation(String processName)
getLogInformation in interface JVMInformationMBeanCopyright © 2017. All rights reserved.