Interface SchedulerService
- All Superinterfaces:
ServiceLifeCycle
- All Known Implementing Classes:
AbstractSchedulerService
,DefaultSchedulerService
The Interface SchedulerService.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.aspectran.core.service.ServiceLifeCycle
addService, getParentService, getRootService, getServiceName, isActive, isBusy, isDerived, isOrphan, isRootService, pause, pause, removeService, restart, restart, resume, setServiceStateListener, start, stop, withdraw
-
Field Details
-
SERVICE_DATA_KEY
- See Also:
-
JOB_RULE_DATA_KEY
- See Also:
-
-
Method Details
-
getActivityContext
ActivityContext getActivityContext() -
getStartDelaySeconds
int getStartDelaySeconds() -
isWaitOnShutdown
boolean isWaitOnShutdown() -
getLoggingGroup
String getLoggingGroup() -
pauseAll
void pauseAll() -
resumeAll
void resumeAll() -
pause
- Throws:
SchedulerServiceException
-
resume
- Throws:
SchedulerServiceException
-