public class NoOpJob extends Object implements Job
An implementation of Job, that does absolutely nothing - useful for system
which only wish to use
and TriggerListener
s
, rather than writing
Jobs that perform work.
JobListener
s
Constructor and Description |
---|
NoOpJob() |
public void execute(JobExecutionContext context) throws JobExecutionException
Do nothing.
execute
in interface Job
JobExecutionException
- if there is an exception while executing the job.Copyright 2001-2019, Terracotta, Inc.