J2EE1.4 SDK

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

All Superinterfaces:
Stats

public interface KeepAliveStats
extends Stats

See Also:
KeepAliveMonitor

Method Summary
 CountStatistic getCountConnections()
           
 CountStatistic getCountFlushes()
           
 CountStatistic getCountHits()
           
 CountStatistic getCountRefusals()
           
 CountStatistic getCountTimeouts()
           
 CountStatistic getMaxConnections()
           
 CountStatistic getSecondsTimeouts()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCountTimeouts

public CountStatistic getCountTimeouts()

getCountConnections

public CountStatistic getCountConnections()

getSecondsTimeouts

public CountStatistic getSecondsTimeouts()

getMaxConnections

public CountStatistic getMaxConnections()

getCountRefusals

public CountStatistic getCountRefusals()

getCountFlushes

public CountStatistic getCountFlushes()

getCountHits

public CountStatistic getCountHits()

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.