org.mmbase.servlet
Class MMBaseStartThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.mmbase.servlet.MMBaseStartThread
All Implemented Interfaces:
Runnable

public class MMBaseStartThread
extends Thread

Seperate thread to init MMBase. This is because init() of Servlets and Filters must take little time, to not hold other web-apps. Init of MMBase may take indefinitely if e.g. the database is down.

Since:
MMBase-1.7
Version:
$Id: MMBaseStartThread.java,v 1.5 2005/11/30 15:58:04 pierre Exp $
Author:
Michiel Meeuwissen

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
MMBaseStartThread(MMBaseStarter s)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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

MMBaseStartThread

public MMBaseStartThread(MMBaseStarter s)
Method Detail

run

public void run()


MMBase build 1.8.1.20060716