com.sun.enterprise.v3.admin.commands
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 Summary
 String getClassInformation(String processName)
           
 String getLogInformation(String processName)
           
 String getMemoryInformation(String processName)
           
 String getSummary(String processName)
           
 String getThreadDump(String processName)
           
 

Method Detail

getThreadDump

String getThreadDump(String processName)

getClassInformation

String getClassInformation(String processName)

getMemoryInformation

String getMemoryInformation(String processName)

getSummary

String getSummary(String processName)

getLogInformation

String getLogInformation(String processName)


Copyright © 2012. All Rights Reserved.