org.exoplatform.container.monitor.jvm
Interface JVMRuntimeInfo
- All Known Implementing Classes:
- JVMRuntimeInfoImpl
public interface JVMRuntimeInfo
- Since:
- Nov 8, 2004
- Version:
- $Id: JVMRuntimeInfo.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
MEMORY_MANAGER_MXBEANS
static final String MEMORY_MANAGER_MXBEANS
- See Also:
- Constant Field Values
MEMORY_POOL_MXBEANS
static final String MEMORY_POOL_MXBEANS
- See Also:
- Constant Field Values
GARBAGE_COLLECTOR_MXBEANS
static final String GARBAGE_COLLECTOR_MXBEANS
- See Also:
- Constant Field Values
getName
String getName()
getSpecName
String getSpecName()
getSpecVendor
String getSpecVendor()
getSpecVersion
String getSpecVersion()
getManagementSpecVersion
String getManagementSpecVersion()
getVmName
String getVmName()
getVmVendor
String getVmVendor()
getVmVersion
String getVmVersion()
getInputArguments
List getInputArguments()
getSystemProperties
Map getSystemProperties()
getBootClassPathSupported
boolean getBootClassPathSupported()
getBootClassPath
String getBootClassPath()
getClassPath
String getClassPath()
getLibraryPath
String getLibraryPath()
getStartTime
long getStartTime()
getUptime
long getUptime()
isManagementSupported
boolean isManagementSupported()
getSystemPropertiesAsText
String getSystemPropertiesAsText()
Copyright © 2009 eXo Platform SAS. All Rights Reserved.