Class DefaultSchedulerService
java.lang.Object
com.aspectran.core.service.AbstractServiceLifeCycle
com.aspectran.core.scheduler.service.AbstractSchedulerService
com.aspectran.core.scheduler.service.DefaultSchedulerService
- All Implemented Interfaces:
SchedulerService
,ServiceLifeCycle
The Class DefaultSchedulerService.
-
Field Summary
Fields inherited from interface com.aspectran.core.scheduler.service.SchedulerService
JOB_RULE_DATA_KEY, SERVICE_DATA_KEY
-
Method Summary
Methods inherited from class com.aspectran.core.scheduler.service.AbstractSchedulerService
configure, doStart, doStop, getActivityContext, getLoggingGroup, getScheduler, getSchedulers, getStartDelaySeconds, isDerived, isWaitOnShutdown, setLoggingGroup, setStartDelaySeconds, setWaitOnShutdown
Methods inherited from class com.aspectran.core.service.AbstractServiceLifeCycle
addService, getContextName, getLock, getParentService, getRootService, getServiceName, isActive, isBusy, isOrphan, isRootService, pause, pause, removeService, restart, restart, resume, setServiceStateListener, start, stop, withdraw
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aspectran.core.service.ServiceLifeCycle
addService, getParentService, getRootService, getServiceName, isActive, isBusy, isOrphan, isRootService, pause, pause, removeService, restart, restart, resume, setServiceStateListener, start, stop, withdraw
-
Method Details
-
pauseAll
public void pauseAll() -
resumeAll
public void resumeAll() -
pause
- Throws:
SchedulerServiceException
-
resume
- Throws:
SchedulerServiceException
-