Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface HTTPServiceVirtualServerStats

All Superinterfaces:
Stats

public interface HTTPServiceVirtualServerStats
extends Stats

See Also:
HTTPServiceVirtualServerMonitor

Method Summary
 StringStatistic getHosts()
          Current => Space-separated list of hosts
 StringStatistic getID()
          Current => server name.
 StringStatistic getInterfaces()
          Current => Space-separated list of IP addresses
 StringStatistic getMode()
          Current one of: "active" "off" "disabled"
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getInterfaces

StringStatistic getInterfaces()
Current => Space-separated list of IP addresses


getHosts

StringStatistic getHosts()
Current => Space-separated list of hosts


getMode

StringStatistic getMode()
Current one of:


getID

StringStatistic getID()
Current => server name.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.