Uses of Class
com.orchestranetworks.scheduler.ScheduledTaskInterruption
-
Packages that use ScheduledTaskInterruption Package Description com.orchestranetworks.scheduler This package allows the implementation of custom tasks in EBX® scheduler. -
-
Uses of ScheduledTaskInterruption in com.orchestranetworks.scheduler
Methods in com.orchestranetworks.scheduler that throw ScheduledTaskInterruption Modifier and Type Method Description abstract voidScheduledTask. execute(ScheduledExecutionContext aContext)Executes the current task.voidScheduledExecutionContext. handleExecutionState()Invoking this method gives the opportunity to intercept pauses, resumes, and interrupts requested from EBX® administration.
-