J2EE1.4 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

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


getHosts

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


getMode

public StringStatistic getMode()
Current one of:


getID

public StringStatistic getID()
Current => server name.


J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.