JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.log4j.component.scheduler
Job
Contents
Description
Method Summary
Method Details
execute()
Hide sidebar
Show sidebar
Interface Job
All Known Implementing Classes:
CustomSQLDBReceiver.CustomReceiverJob
,
DBReceiverJob
public interface
Job
Job is a very simple interface. It only has a single method
execute()
which is called by the
Scheduler
when a task is ready for execution.
It is assumed that the execution context are contained within the implementing
Job
itself.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
()
Execute job.
Method Details
execute
void
execute
()
Execute job.