Interface PWCVirtualServerStats
- All Superinterfaces:
Stats
Statistical information relevant to a virtual server
-
Method Summary
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getId
StringStatistic getId()Returns the virtual server ID- Returns:
- virtual server ID
-
getMode
StringStatistic getMode()Returns the current virtual server mode: unknown/active- Returns:
- virtual server mode
-
getHosts
StringStatistic getHosts()Returns the hosts related to this virtual server- Returns:
- hosts
-
getInterfaces
StringStatistic getInterfaces()Returns the interfaces related to this virtual server- Returns:
- interfaces
-