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 Details
-
MEMORY_MANAGER_MXBEANS
- See Also:
-
MEMORY_POOL_MXBEANS
- See Also:
-
GARBAGE_COLLECTOR_MXBEANS
- See Also:
-
-
Method Details
-
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()
-