Sky View Café - Java

org.shetline.util
Class SerialExecutor

java.lang.Object
  extended by org.shetline.util.ThreadPoolExecutor
      extended by org.shetline.util.SerialExecutor
All Implemented Interfaces:
Executor

public class SerialExecutor
extends ThreadPoolExecutor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.shetline.util.ThreadPoolExecutor
ThreadPoolExecutor.PoolThread
 
Field Summary
 
Fields inherited from class org.shetline.util.ThreadPoolExecutor
DEFAULT_MAX_THREADS, DEFAULT_THREAD_NAME, maxThreads, name, queue, stopped, threads
 
Constructor Summary
SerialExecutor()
           
SerialExecutor(String name)
           
 
Method Summary
 
Methods inherited from class org.shetline.util.ThreadPoolExecutor
execute, getBacklog, getMaxConcurrentThreads, getName, getThreadCount, setName, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialExecutor

public SerialExecutor()

SerialExecutor

public SerialExecutor(String name)

Sky View Café - Java