org.quartz.impl
Class DefaultThreadExecutor

java.lang.Object
  extended by org.quartz.impl.DefaultThreadExecutor
All Implemented Interfaces:
org.quartz.spi.ThreadExecutor

public class DefaultThreadExecutor
extends Object
implements org.quartz.spi.ThreadExecutor

Schedules work on a newly spawned thread. This is the default Quartz behavior.

Version:
$Revision$ $Date$
Author:
matt.accola

Constructor Summary
DefaultThreadExecutor()
           
 
Method Summary
 void execute(Thread thread)
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThreadExecutor

public DefaultThreadExecutor()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.quartz.spi.ThreadExecutor

execute

public void execute(Thread thread)
Specified by:
execute in interface org.quartz.spi.ThreadExecutor


Copyright 2001-2013, Terracotta, Inc.