com.sun.enterprise.admin.monitor.stats
Interface JVMOperatingSystemStats

All Superinterfaces:
Stats

public interface JVMOperatingSystemStats
extends Stats

A Stats interface, to expose information about the Operating system on which the JVM is running

Since:
8.1

Method Summary
 StringStatistic getArch()
          Returns the operating system architecture
 CountStatistic getAvailableProcessors()
          Returns the number of processors available to the JVM
 StringStatistic getName()
          Returns the operating system name
 StringStatistic getVersion()
          Returns the operating system version
 
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getArch

StringStatistic getArch()
Returns the operating system architecture

Returns:
StringStatistic

getAvailableProcessors

CountStatistic getAvailableProcessors()
Returns the number of processors available to the JVM

Returns:
CountStatistic

getName

StringStatistic getName()
Returns the operating system name

Returns:
StringStatistic

getVersion

StringStatistic getVersion()
Returns the operating system version

Returns:
StringStatistic


Copyright © 2012. All Rights Reserved.