Uses of Package
org.sape.carbon.services.scheduler

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.cache
Schedulable
          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.mru
Schedulable
          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.total
Schedulable
          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.scheduler
AbstractTask
          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.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.