|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JVMRuntimeStats
A Stats interface to expose information about the JVM Runtime
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||