Modifier and Type | Method and Description |
---|---|
StringStatistic |
getBootClasspath()
Returns the classpath that is used by the bootstrap class loader
to search for class files
|
StringStatistic |
getClassPath()
Returns the classpath that is used by the system class loader
to search for class files
|
StringStatistic |
getInputArguments()
Returns the input arguments passed to the JVM.
|
StringStatistic |
getLibraryPath()
returns the Java library path
|
StringStatistic |
getManagementSpecVersion()
Returns the management spec version implemented by the
JVM
|
StringStatistic |
getName()
Returns the name representing the running JVM
|
StringStatistic |
getSpecName()
Returns the JVM specification name
|
StringStatistic |
getSpecVendor()
Returns the JVM specification vendor
|
StringStatistic |
getSpecVersion()
Returns the JVM specification version
|
CountStatistic |
getUptime()
Returns the uptime of the JVM in milliseconds
|
StringStatistic |
getVmName()
Returns the JVM implementation name
|
StringStatistic |
getVmVendor()
Returns the JVM implementation vendor
|
StringStatistic |
getVmVersion()
Returns the JVM implementation version
|
getStatistic, getStatisticNames, getStatistics
StringStatistic getName()
StringStatistic getVmName()
StringStatistic getVmVendor()
StringStatistic getVmVersion()
StringStatistic getSpecName()
StringStatistic getSpecVendor()
StringStatistic getSpecVersion()
StringStatistic getManagementSpecVersion()
StringStatistic getClassPath()
StringStatistic getLibraryPath()
StringStatistic getBootClasspath()
StringStatistic getInputArguments()
CountStatistic getUptime()
Copyright © 2018. All rights reserved.