|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
biz.junginger.modules.AbstractThreadModule
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
AbstractThreadModule()
|
|
| Method Summary | |
void |
moduleInit(java.util.Map modules)
Initialization phase TWO the module. |
void |
modulePrepare(java.util.Properties properties)
Initialization phase ONE of the module. |
void |
moduleShutdown()
|
void |
moduleStart()
Starts the thread. |
| 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, run, 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 |
public AbstractThreadModule()
| Method Detail |
public void modulePrepare(java.util.Properties properties)
throws java.lang.Exception
Module
modulePrepare in interface Modulejava.lang.ExceptionModule.modulePrepare(java.util.Properties)
public void moduleInit(java.util.Map modules)
throws java.lang.Exception
Module
moduleInit in interface Modulejava.lang.ExceptionModule.moduleInit(java.util.Map)
public void moduleStart()
throws java.lang.Exception
moduleStart in interface Modulejava.lang.ExceptionModule.moduleStart()public void moduleShutdown()
moduleShutdown in interface ModuleModule.moduleShutdown()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||