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

JVMOperatingSystemStats

public interface JVMOperatingSystemStats implements javax.management.j2ee.statistics.Stats
A Stats interface, to expose information about the Operating system on which the JVM is running
since
8.1

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.admin.monitor.stats.StringStatisticgetArch()
Returns the operating system architecture

return
StringStatistic

public javax.management.j2ee.statistics.CountStatisticgetAvailableProcessors()
Returns the number of processors available to the JVM

return
CountStatistic

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetName()
Returns the operating system name

return
StringStatistic

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetVersion()
Returns the operating system version

return
StringStatistic