|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.impl.DefaultThreadExecutor
public class DefaultThreadExecutor
Schedules work on a newly spawned thread. This is the default Quartz behavior.
Constructor Summary | |
---|---|
DefaultThreadExecutor()
|
Method Summary | |
---|---|
void |
execute(java.lang.Thread thread)
Submit a task for execution |
void |
initialize()
Initialize any state prior to calling ThreadExecutor.execute(Thread) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultThreadExecutor()
Method Detail |
---|
public void initialize()
ThreadExecutor
ThreadExecutor.execute(Thread)
initialize
in interface ThreadExecutor
public void execute(java.lang.Thread thread)
ThreadExecutor
execute
in interface ThreadExecutor
thread
- the thread to execute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |