Interface JVMInformationMBean
-
- All Known Implementing Classes:
JVMInformation,JVMInformationCollector
public interface JVMInformationMBeanAn interface to get the information about the JVM which the appserver is running. This interface is intended to replace the traditional techniques to get thread dump from a JVM. This is the interface of the MBean that will implement the JMX based techniques in JDK 1.5+ platform to get interesting information about the JVM itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassInformation(String processName)StringgetLogInformation(String processName)StringgetMemoryInformation(String processName)StringgetSummary(String processName)StringgetThreadDump(String processName)
-