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 booleancancel()Cancels this scheduler task.voidrun()The action to be performed by this scheduler task.
-
-
-
Constructor Detail
-
SchedulerTask
public SchedulerTask(RepositoryListener listener, AxisConfiguration axisConfig)
Creates a new scheduler task.
-
-