FileDocCategorySizeDatePackage
JVMInformationMBean.javaAPI DocGlassfish v2 API2725Fri May 04 22:24:10 BST 2007com.sun.enterprise.admin.mbeans.jvm

JVMInformationMBean

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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetClassInformation(java.lang.String processName)

public java.lang.StringgetMemoryInformation(java.lang.String processName)

public java.lang.StringgetSummary(java.lang.String processName)

public java.lang.StringgetThreadDump(java.lang.String processName)