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

All Superinterfaces:
Stats

public interface PWCVirtualServerStats
extends Stats

Statistical information relevant to a virtual server


Method Summary
 StringStatistic getHosts()
          Returns the hosts related to this virtual server
 StringStatistic getId()
          Returns the virtual server ID
 StringStatistic getInterfaces()
          Returns the interfaces related to this virtual server
 StringStatistic getMode()
          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


Copyright © 2012. All Rights Reserved.