Uses of Package
com.emarsys.ecommon.time.schedule

Packages that use com.emarsys.ecommon.time.schedule
com.emarsys.ecommon.time.schedule Provides common classes to implement scheduling schemes. 
com.emarsys.ecommon.time.schedule.mock   
 

Classes in com.emarsys.ecommon.time.schedule used by com.emarsys.ecommon.time.schedule
ChainElement
           A ChainElement is a part of a QueueSchedulingStrategyChain and represents some kind of an execution context.
ChainFactory
           A factory for QueueSchedulingStrategyChains.
QueueScheduler
           A QueueScheduler manages the time of the processing of SchedulableQueueElements in a queue using a QueueSchedulingStrategy to calculate the date when a queue element should be processed.
QueueSchedulingContext
           A QueueSchedulingContext - nome est omen - provides a way to store and retrieve arbitrary parameters in the context of a specifc queue scheduling process.
QueueSchedulingStrategy
           A QueueSchedulingStrategy encapsulates a concrete policy on when to process a SchedulableQueueElement.
QueueSchedulingStrategyChain
           A QueueSchedulingStrategyChain implements a chain of responsibility for queue scheduling strategies whilest being a composited strategy itself and can be used to create arbitrary, dynamic combinations of existing scheduling algorithms.
SchedulableQueueElement
           A SchedulableQueueElement represents an object that will be processed in an arbitrary time based queueing mechanism.
SchedulableQueueElementProxy
           A proxy for SchedulableQueueElements that allows for some manipulations.
 

Classes in com.emarsys.ecommon.time.schedule used by com.emarsys.ecommon.time.schedule.mock
QueueScheduler
           A QueueScheduler manages the time of the processing of SchedulableQueueElements in a queue using a QueueSchedulingStrategy to calculate the date when a queue element should be processed.
QueueSchedulingContext
           A QueueSchedulingContext - nome est omen - provides a way to store and retrieve arbitrary parameters in the context of a specifc queue scheduling process.
QueueSchedulingStrategy
           A QueueSchedulingStrategy encapsulates a concrete policy on when to process a SchedulableQueueElement.
SchedulableQueueElement
           A SchedulableQueueElement represents an object that will be processed in an arbitrary time based queueing mechanism.
 



Copyright © 2010 emarsys AG. All Rights Reserved.