public class JVMRuntimeInfoImpl extends Object implements JVMRuntimeInfo, Startable
GARBAGE_COLLECTOR_MXBEANS, MEMORY_MANAGER_MXBEANS, MEMORY_POOL_MXBEANS| Constructor and Description |
|---|
JVMRuntimeInfoImpl(InitParams params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBootClassPath() |
boolean |
getBootClassPathSupported() |
String |
getClassPath() |
List |
getInputArguments() |
String |
getLibraryPath() |
String |
getManagementSpecVersion() |
String |
getName() |
String |
getSpecName() |
String |
getSpecVendor() |
String |
getSpecVersion() |
long |
getStartTime() |
Map |
getSystemProperties() |
String |
getSystemPropertiesAsText() |
long |
getUptime() |
String |
getVmName() |
String |
getVmVendor() |
String |
getVmVersion() |
boolean |
isManagementSupported() |
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
String |
toString() |
public JVMRuntimeInfoImpl(InitParams params) throws Exception
Exceptionpublic String getName()
getName in interface JVMRuntimeInfopublic String getSpecName()
getSpecName in interface JVMRuntimeInfopublic String getSpecVendor()
getSpecVendor in interface JVMRuntimeInfopublic String getSpecVersion()
getSpecVersion in interface JVMRuntimeInfopublic String getManagementSpecVersion()
getManagementSpecVersion in interface JVMRuntimeInfopublic String getVmName()
getVmName in interface JVMRuntimeInfopublic String getVmVendor()
getVmVendor in interface JVMRuntimeInfopublic String getVmVersion()
getVmVersion in interface JVMRuntimeInfopublic List getInputArguments()
getInputArguments in interface JVMRuntimeInfopublic Map getSystemProperties()
getSystemProperties in interface JVMRuntimeInfopublic boolean getBootClassPathSupported()
getBootClassPathSupported in interface JVMRuntimeInfopublic String getBootClassPath()
getBootClassPath in interface JVMRuntimeInfopublic String getClassPath()
getClassPath in interface JVMRuntimeInfopublic String getLibraryPath()
getLibraryPath in interface JVMRuntimeInfopublic long getStartTime()
getStartTime in interface JVMRuntimeInfopublic long getUptime()
getUptime in interface JVMRuntimeInfopublic boolean isManagementSupported()
isManagementSupported in interface JVMRuntimeInfopublic String getSystemPropertiesAsText()
getSystemPropertiesAsText in interface JVMRuntimeInfopublic void start()
Startablepublic void stop()
StartableDisposable if you need a single call at the definite end of the lifecycle.Copyright © 2021 eXo Platform SAS. All Rights Reserved.