com.sun.enterprise.v3.admin.commands
Class JVMInformation

java.lang.Object
  extended by com.sun.enterprise.v3.admin.commands.JVMInformation
All Implemented Interfaces:
JVMInformationMBean

public class JVMInformation
extends Object
implements JVMInformationMBean


Constructor Summary
JVMInformation(MBeanServerConnection mbsc)
           
 
Method Summary
 String getClassInformation(String processName)
           
 String getLogInformation(String processName)
           
 String getMemoryInformation(String processName)
           
 String getSummary(String processName)
           
 String getThreadDump(String processName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMInformation

public JVMInformation(MBeanServerConnection mbsc)
Method Detail

getThreadDump

public String getThreadDump(String processName)
Specified by:
getThreadDump in interface JVMInformationMBean

getSummary

public String getSummary(String processName)
Specified by:
getSummary in interface JVMInformationMBean

getMemoryInformation

public String getMemoryInformation(String processName)
Specified by:
getMemoryInformation in interface JVMInformationMBean

getClassInformation

public String getClassInformation(String processName)
Specified by:
getClassInformation in interface JVMInformationMBean

getLogInformation

public String getLogInformation(String processName)
Specified by:
getLogInformation in interface JVMInformationMBean


Copyright © 2012. All Rights Reserved.