execute(java.lang.String type,
java.lang.String event,
java.lang.String bsruri,
java.lang.String name,
java.lang.String namespace,
java.lang.String version,
java.lang.String transition,
java.lang.String classificationURIs)
execute
The function that will be called when a WSRR scheduled task is run.
void
postExecute()
postExecute
The function that will be called when a WSRR scheduled task has completed.
boolean
preExecute()
preExecute
The function that will be called prior to the execute method of the scheduled task.
preExecute
The function that will be called prior to the execute method of the scheduled task.
This is used to determine whether the execute method shoud be called. If the function
return true then the execute method will be run otherwise it will not be run.
Returns:
boolean
postExecute
void postExecute()
postExecute
The function that will be called when a WSRR scheduled task has completed.