org.openeai.threadpool
Class Stats

java.lang.Object
  extended by org.openeai.threadpool.Stats

public class Stats
extends java.lang.Object


Field Summary
 boolean check
           
 int jobsInProgress
           
 int maxIdleTime
           
 int maxThreads
           
 int minThreads
           
 int numThreads
           
 int pendingJobs
           
 
Constructor Summary
Stats()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

maxThreads

public int maxThreads

minThreads

public int minThreads

maxIdleTime

public int maxIdleTime

numThreads

public int numThreads

pendingJobs

public int pendingJobs

jobsInProgress

public int jobsInProgress

check

public boolean check
Constructor Detail

Stats

public Stats()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002,2003 OpenEAI Software Foundation