Uses of Class
com.emarsys.ecommon.time.schedule.ChainElement

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

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

Fields in com.emarsys.ecommon.time.schedule with type parameters of type ChainElement
protected  java.util.List<ChainElement<T>> ChainFactory.chain
           
protected  java.util.List<ChainElement<T>> QueueSchedulingStrategyChain.elements
           
 

Methods in com.emarsys.ecommon.time.schedule that return types with arguments of type ChainElement
 java.util.List<ChainElement<T>> ChainFactory.getChain()
           
 

Constructor parameters in com.emarsys.ecommon.time.schedule with type arguments of type ChainElement
ChainFactory(java.util.List<ChainElement<T>> elements)
          Creates a new ChainFactory instance that is already initialized with the passed elements.
QueueSchedulingStrategyChain(java.util.List<ChainElement<T>> elements)
          Creates a new QueueSchedulingStrategyChain consisting of the passed ChainElements.
 



Copyright © 2010 emarsys AG. All Rights Reserved.