Nuxeo Enterprise Platform 5.3

com.anwrt.ooserver.daemon
Class PoolAdderThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.anwrt.ooserver.daemon.PoolAdderThread
All Implemented Interfaces:
Runnable

public class PoolAdderThread
extends Thread

Make an office process reenter the ready pool

Author:
Jounayd Id Salah

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PoolAdderThread(ProcessPool processPool, OfficeProcess process)
           
 
Method Summary
 void run()
          Restarts the process if necessary, then add it to the ready pool
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolAdderThread

public PoolAdderThread(ProcessPool processPool,
                       OfficeProcess process)
Method Detail

run

public void run()
Restarts the process if necessary, then add it to the ready pool

Specified by:
run in interface Runnable
Overrides:
run in class Thread
See Also:
Thread.run()

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.