org.exoplatform.services.threadpool.impl
Class ThreadPoolServiceImpl.Worker

java.lang.Object
  extended by org.exoplatform.services.threadpool.impl.ThreadPoolServiceImpl.Worker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ThreadPoolServiceImpl

protected class ThreadPoolServiceImpl.Worker
extends java.lang.Object
implements java.lang.Runnable

Class defining the basic run loop for pooled threads.


Field Summary
protected  java.lang.Runnable firstTask
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstTask

protected java.lang.Runnable firstTask
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.