Uses of Interface
com.emarsys.ecommon.time.schedule.QueueSchedulingContext

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

Uses of QueueSchedulingContext in com.emarsys.ecommon.time.schedule
 

Classes in com.emarsys.ecommon.time.schedule that implement QueueSchedulingContext
 class QueueSchedulingContextImpl<T>
           
 

Methods in com.emarsys.ecommon.time.schedule that return QueueSchedulingContext
 QueueSchedulingContext<T> QueueScheduler.getContext(SchedulableQueueElement<T> schedulable)
           Retrieves the QueueSchedulingContext for the passed SchedulableQueueElement.
 

Methods in com.emarsys.ecommon.time.schedule with parameters of type QueueSchedulingContext
protected  int DelayedLinearQueueSchedulingStrategy.getConstPhaseIterationCount(QueueSchedulingContext<T> context)
           
 

Uses of QueueSchedulingContext in com.emarsys.ecommon.time.schedule.mock
 

Fields in com.emarsys.ecommon.time.schedule.mock with type parameters of type QueueSchedulingContext
protected  java.util.Map<SchedulableQueueElement<T>,QueueSchedulingContext<T>> MockQueueScheduler.contexts
           
 

Methods in com.emarsys.ecommon.time.schedule.mock that return QueueSchedulingContext
 QueueSchedulingContext<T> MockQueueScheduler.getContext(SchedulableQueueElement<T> schedulable)
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.