com.johnmunsch.threadpool
Class Stats

java.lang.Object
  |
  +--com.johnmunsch.threadpool.Stats

public class Stats
extends java.lang.Object

This class holds the statistics of the Thread Pool from which it was returned.


Field Summary
 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
Constructor Detail

Stats

public Stats()
Method Detail

toString

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