|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.sape.carbon.services.scheduler | |
org.sape.carbon.services.cache | The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion. |
org.sape.carbon.services.cache.mru | This package contains all classes for defining and implementing Most Recently Used (MRU) caches. |
org.sape.carbon.services.cache.total | This package contains all classes for defining and implementing read-only and writable total caches. |
org.sape.carbon.services.scheduler |
Classes in org.sape.carbon.services.scheduler used by org.sape.carbon.services.cacheSchedulable
|
All FunctionalInterfaces of components called by the SchedulerService must impelment this interface. |
Classes in org.sape.carbon.services.scheduler used by org.sape.carbon.services.cache.mruSchedulable
|
All FunctionalInterfaces of components called by the SchedulerService must impelment this interface. |
Classes in org.sape.carbon.services.scheduler used by org.sape.carbon.services.cache.totalSchedulable
|
All FunctionalInterfaces of components called by the SchedulerService must impelment this interface. |
Classes in org.sape.carbon.services.scheduler used by org.sape.carbon.services.schedulerAbstractTask
|
Base class for tasks run by the SchedulerService. AbstractTask.InternalTask
|
Class that extends java.util.TimerTask. BaseTaskConfiguration
|
Basic configuration required by all tasks FixedDelayTaskConfiguration
|
This is the configuration interface used to create fixed delay tasks within the Scheduler Service. FixedRateTaskConfiguration
|
This is the configuration interface used to create fixed rate tasks within the Scheduler Service. SchedulerService
|
FunctionalInterface for the Scheduler Service. UnrecoverableTaskException
|
This exception should be thrown by the runScheduledTask method of a Schedulable component if the task is in an irretrievable state and should be canceled. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |