| |
|
| java.lang.Object org.apache.axis2.deployment.scheduler.SchedulerTask
Method Summary | |
public boolean | cancel() Cancels this scheduler task. | public void | run() The action to be performed by this scheduler task. |
CANCELLED | final static int CANCELLED(Code) | | |
SCHEDULED | final static int SCHEDULED(Code) | | |
cancel | public boolean cancel()(Code) | | Cancels this scheduler task.
This method may be called repeatedly; the second and subsequent calls have no effect.
Returns true if this task was already scheduled to run. |
run | public void run()(Code) | | The action to be performed by this scheduler task.
|
|
|
|