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)

Field Summary
static String GARBAGE_COLLECTOR_MXBEANS
           
static String MEMORY_MANAGER_MXBEANS
           
static String MEMORY_POOL_MXBEANS
           
 
Method Summary
 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()
           
 

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()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.