Interface PWCVirtualServerStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringStatisticgetHosts()Returns the hosts related to this virtual serverStringStatisticgetId()Returns the virtual server IDStringStatisticgetInterfaces()Returns the interfaces related to this virtual serverStringStatisticgetMode()Returns the current virtual server mode: unknown/active-
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
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
-
-