FileDocCategorySizeDatePackage
JVMRuntimeStats.javaAPI DocGlassfish v2 API4791Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

JVMRuntimeStats

public interface JVMRuntimeStats implements javax.management.j2ee.statistics.Stats
A Stats interface to expose information about the JVM Runtime
since
8.1

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.admin.monitor.stats.StringStatisticgetBootClasspath()
Returns the classpath that is used by the bootstrap class loader to search for class files

return
StringStatistic the boot classpath

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetClassPath()
Returns the classpath that is used by the system class loader to search for class files

return
StringStatistic Java class path

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetInputArguments()
Returns the input arguments passed to the JVM. Does not include the arguments to the main method

return
StringStatistic arguments to the JVM

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetLibraryPath()
returns the Java library path

return
StringStatistic Java library path

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetManagementSpecVersion()
Returns the management spec version implemented by the JVM

return
StringStatistic Management specification version

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetName()
Returns the name representing the running JVM

return
StringStatistic the name of the running JVM

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetSpecName()
Returns the JVM specification name

return
StringStatistic JVM specification name

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetSpecVendor()
Returns the JVM specification vendor

return
StringStatistic JVM specification vendor

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetSpecVersion()
Returns the JVM specification version

return
StringStatistic JVM specification version

public javax.management.j2ee.statistics.CountStatisticgetUptime()
Returns the uptime of the JVM in milliseconds

return
CountStatistic Uptime in milliseconds

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetVmName()
Returns the JVM implementation name

return
StringStatistic JVM implementation name

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetVmVendor()
Returns the JVM implementation vendor

return
StringStatistic JVM implementation vendor

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetVmVersion()
Returns the JVM implementation version

return
StringStatistic JVM implementation version