|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.quartz.jobs Class NoOpJob
java.lang.Objectorg.quartz.jobs.NoOpJob
- All Implemented Interfaces:
- Job
An implementation of Job, that does absolutely nothing - useful for system
which only wish to use TriggerListeners
and JobListeners, rather than writing
Jobs that perform work.
- Author:
- James House
| Constructor Summary | |
|---|---|
NoOpJob()
|
|
| Method Summary | |
|---|---|
void |
execute(JobExecutionContext context)
Do nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
NoOpJob
public NoOpJob()
| Method Detail |
|---|
execute
public void execute(JobExecutionContext context) throws JobExecutionException
Do nothing.
- Throws:
JobExecutionException- if there is an exception while executing the job.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2001-2011, Terracotta, Inc.
org.quartz.jobs.NoOpJob