org.quartz.impl
Class DefaultThreadExecutor
java.lang.Object
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
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()
- 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.