Uses of Class
com.mischiefbox.pollserve.ProcessorThread

Uses of ProcessorThread in com.mischiefbox.pollserve
 

Methods in com.mischiefbox.pollserve that return ProcessorThread
 ProcessorThread ThreadPool.nextFree()
          Get the next free thread from the pool.
 ProcessorThread ThreadPool.getFree()
          Get the next free thread from the pool.
 

Methods in com.mischiefbox.pollserve with parameters of type ProcessorThread
 void ThreadPool.registerProcessorThread(ProcessorThread pt)
          Register a newly created processor thread with the pool.
 void ThreadPool.unregisterProcessorThread(ProcessorThread pt)
          Unregister a processor thread from the pool.
 void ThreadPool.nowFree(ProcessorThread pt)
          Set a processor thread as free (idle).
 



Copyright © 2001 by Christopher R. Jones. All Rights Reserved.