Uses of Class
org.apache.axis2.deployment.scheduler.SchedulerTask
-
Packages that use SchedulerTask Package Description org.apache.axis2.deployment.scheduler -
-
Uses of SchedulerTask in org.apache.axis2.deployment.scheduler
Methods in org.apache.axis2.deployment.scheduler with parameters of type SchedulerTask Modifier and Type Method Description void
Scheduler. cleanup(SchedulerTask schedulerTask)
void
Scheduler. schedule(SchedulerTask schedulerTask, DeploymentIterator iterator)
Schedules the specified task for execution according to the specified schedule.Constructors in org.apache.axis2.deployment.scheduler with parameters of type SchedulerTask Constructor Description SchedulerTimerTask(SchedulerTask schedulerTask, DeploymentIterator iterator)
-