Class SchedulerTask
- java.lang.Object
-
- org.apache.axis2.deployment.scheduler.SchedulerTask
-
-
Constructor Summary
Constructors Constructor Description SchedulerTask(RepositoryListener listener, AxisConfiguration axisConfig)
Creates a new scheduler task.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cancel()
Cancels this scheduler task.void
run()
The action to be performed by this scheduler task.
-
-
-
Constructor Detail
-
SchedulerTask
public SchedulerTask(RepositoryListener listener, AxisConfiguration axisConfig)
Creates a new scheduler task.
-
-