Class SchedulerTask
java.lang.Object
org.apache.axis2.deployment.scheduler.SchedulerTask
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionSchedulerTask(RepositoryListener listener, AxisConfiguration axisConfig) Creates a new scheduler task. -
Method Summary
-
Constructor Details
-
SchedulerTask
Creates a new scheduler task.
-
-
Method Details
-
cancel
public boolean cancel()Cancels this scheduler task. This method may be called repeatedly; the second and subsequent calls have no effect.- Returns:
- Returns true if this task was already scheduled to run.
-
run
public void run()The action to be performed by this scheduler task.
-