org.quartz.impl
Class DefaultThreadExecutor
java.lang.Object
   org.quartz.impl.DefaultThreadExecutor
org.quartz.impl.DefaultThreadExecutor
- All Implemented Interfaces: 
- ThreadExecutor
- public class DefaultThreadExecutor 
- extends Object- implements ThreadExecutor
Schedules work on a newly spawned thread. This is the default Quartz
 behavior.
- Version:
- $Revision$ $Date$
- Author:
- matt.accola
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultThreadExecutor
public DefaultThreadExecutor()
initialize
public void initialize()
- Description copied from interface: ThreadExecutor
- Initialize any state prior to calling ThreadExecutor.execute(Thread)
 
- 
- Specified by:
- initializein interface- ThreadExecutor
 
- 
 
execute
public void execute(Thread thread)
- Description copied from interface: ThreadExecutor
- Submit a task for execution
 
- 
- Specified by:
- executein interface- ThreadExecutor
 
- 
- Parameters:
- thread- the thread to execute
 
Copyright 2001-2019, Terracotta, Inc.