J2EE1.4 SDK

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

All Superinterfaces:
Stats

public interface NativeWebCoreThreadPoolStats
extends Stats

See Also:
NativeWebCoreThreadPoolMonitor

Method Summary
 CountStatistic getCountQueued()
           
 CountStatistic getCountThreads()
           
 CountStatistic getCountThreadsIdle()
           
 StringStatistic getID()
           
 CountStatistic getMaxQueued()
           
 CountStatistic getMaxThreads()
           
 CountStatistic getPeakQueued()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCountThreadsIdle

public CountStatistic getCountThreadsIdle()

getMaxThreads

public CountStatistic getMaxThreads()

getMaxQueued

public CountStatistic getMaxQueued()

getPeakQueued

public CountStatistic getPeakQueued()

getID

public StringStatistic getID()

getCountThreads

public CountStatistic getCountThreads()

getCountQueued

public CountStatistic getCountQueued()

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.