Uses of Class
com.orchestranetworks.scheduler.ScheduledTaskInterruption
Packages that use ScheduledTaskInterruption
Package
Description
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 ScheduledTaskInterruptionModifier and TypeMethodDescriptionabstract 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.