Interface JVMInformationMBean

  • All Known Implementing Classes:
    JVMInformation, JVMInformationCollector

    public interface JVMInformationMBean
    An 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 Detail

      • getThreadDump

        String getThreadDump​(String processName)
      • getClassInformation

        String getClassInformation​(String processName)
      • getMemoryInformation

        String getMemoryInformation​(String processName)
      • getLogInformation

        String getLogInformation​(String processName)