- ScheduleableService - Interface in com.anaptecs.jeaf.services.scheduling
-
Service defines the interface for service that should be called by the Scheduling Service when a task is ready for
execution.
- SchedulerService - Interface in com.anaptecs.jeaf.services.scheduling
-
- SchedulerServiceProxy - Class in com.anaptecs.jeaf.services.scheduling
-
ServiceProxy class for JEAF service SchedulerService.
- SchedulerServiceProxy(TransactionBehavior) - Constructor for class com.anaptecs.jeaf.services.scheduling.SchedulerServiceProxy
-
Initialize object.
- scheduleTask(ScheduledTask) - Method in interface com.anaptecs.jeaf.services.scheduling.SchedulingService
-
Method creates a new scheduled task object.
- scheduleTask(ScheduledTask) - Method in class com.anaptecs.jeaf.services.scheduling.SchedulingServiceProxy
-
Generated proxy implementation for method "scheduleTask".
- SchedulingMessages - Class in com.anaptecs.jeaf.services.scheduling
-
Class for Error Codes for the Scheduling
- SchedulingService - Interface in com.anaptecs.jeaf.services.scheduling
-
- SchedulingServiceProxy - Class in com.anaptecs.jeaf.services.scheduling
-
ServiceProxy class for JEAF service SchedulingService.
- SchedulingServiceProxy(TransactionBehavior) - Constructor for class com.anaptecs.jeaf.services.scheduling.SchedulingServiceProxy
-
Initialize object.
- SERVICE_CLASS_IS_NOT_SCHEDULEABLE_SERVICE - Static variable in class com.anaptecs.jeaf.services.scheduling.SchedulingMessages
-
Error code is used to indicate that the ServiceClass of the Task does not implement the SchedulableService
interface.
- startTask(ScheduledTask) - Method in interface com.anaptecs.jeaf.services.scheduling.SchedulingService
-
- startTask(ScheduledTask) - Method in class com.anaptecs.jeaf.services.scheduling.SchedulingServiceProxy
-
Generated proxy implementation for method "startTask".