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)
-
-
Field Summary
Fields Modifier and Type Field Description static StringGARBAGE_COLLECTOR_MXBEANSstatic StringMEMORY_MANAGER_MXBEANSstatic StringMEMORY_POOL_MXBEANS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBootClassPath()booleangetBootClassPathSupported()StringgetClassPath()ListgetInputArguments()StringgetLibraryPath()StringgetManagementSpecVersion()StringgetName()StringgetSpecName()StringgetSpecVendor()StringgetSpecVersion()longgetStartTime()MapgetSystemProperties()StringgetSystemPropertiesAsText()longgetUptime()StringgetVmName()StringgetVmVendor()StringgetVmVersion()booleanisManagementSupported()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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()
-
-