Class JVMRuntimeInfoImpl
java.lang.Object
org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
- All Implemented Interfaces:
JVMRuntimeInfo,Startable
- Since:
- Nov 8, 2004
- Version:
- $Id: JVMRuntimeInfoImpl.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
-
Field Summary
Fields inherited from interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
GARBAGE_COLLECTOR_MXBEANS, MEMORY_MANAGER_MXBEANS, MEMORY_POOL_MXBEANS -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JVMRuntimeInfoImpl
- Throws:
Exception
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceJVMRuntimeInfo
-
getSpecName
- Specified by:
getSpecNamein interfaceJVMRuntimeInfo
-
getSpecVendor
- Specified by:
getSpecVendorin interfaceJVMRuntimeInfo
-
getSpecVersion
- Specified by:
getSpecVersionin interfaceJVMRuntimeInfo
-
getManagementSpecVersion
- Specified by:
getManagementSpecVersionin interfaceJVMRuntimeInfo
-
getVmName
- Specified by:
getVmNamein interfaceJVMRuntimeInfo
-
getVmVendor
- Specified by:
getVmVendorin interfaceJVMRuntimeInfo
-
getVmVersion
- Specified by:
getVmVersionin interfaceJVMRuntimeInfo
-
getInputArguments
- Specified by:
getInputArgumentsin interfaceJVMRuntimeInfo
-
getSystemProperties
- Specified by:
getSystemPropertiesin interfaceJVMRuntimeInfo
-
getBootClassPathSupported
public boolean getBootClassPathSupported()- Specified by:
getBootClassPathSupportedin interfaceJVMRuntimeInfo
-
getBootClassPath
- Specified by:
getBootClassPathin interfaceJVMRuntimeInfo
-
getClassPath
- Specified by:
getClassPathin interfaceJVMRuntimeInfo
-
getLibraryPath
- Specified by:
getLibraryPathin interfaceJVMRuntimeInfo
-
getStartTime
public long getStartTime()- Specified by:
getStartTimein interfaceJVMRuntimeInfo
-
getUptime
public long getUptime()- Specified by:
getUptimein interfaceJVMRuntimeInfo
-
isManagementSupported
public boolean isManagementSupported()- Specified by:
isManagementSupportedin interfaceJVMRuntimeInfo
-
getSystemPropertiesAsText
- Specified by:
getSystemPropertiesAsTextin interfaceJVMRuntimeInfo
-
start
public void start()Description copied from interface:StartableStart this component. Called initially at the begin of the lifecycle. It can be called again after a stop. -
stop
public void stop()Description copied from interface:StartableStop this component. Called near the end of the lifecycle. It can be called again after a further start. ImplementDisposableif you need a single call at the definite end of the lifecycle. -
toString
-