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

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

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

Methods in com.emarsys.ecommon.time.schedule that return ChainFactory
 ChainFactory<T> ChainFactory.add(org.apache.commons.collections.Predicate fire, QueueSchedulingStrategy<T> strategy)
           
 ChainFactory<T> ChainFactory.add(org.apache.commons.collections.Predicate fire, QueueSchedulingStrategy<T> strategy, org.apache.commons.collections.Predicate proceed)
           
 ChainFactory<T> ChainFactory.add(QueueSchedulingStrategy<T> strategy)
           
 ChainFactory<T> ChainFactory.add(QueueSchedulingStrategy<T> strategy, org.apache.commons.collections.Predicate proceed)
           
 ChainFactory<T> QueueSchedulingStrategyChain.getCloneFactory()
          Allows for "indirect cloning" of QueueSchedulingStrategyChains which could be altered through the ChainFactory returned.
static
<T> ChainFactory<T>
QueueSchedulingStrategyChain.getFactory(QueueSchedulingStrategy<T> strategy)
          Creates a ChainFactory for the concrete strategy instance (which is only used to bind the type parameter and ensure/enable type safety) passed.
static
<T> ChainFactory<T>
QueueSchedulingStrategyChain.getFactory(SchedulableQueueElement<T> schedulable)
          Creates a ChainFactory for the concrete schedulable instance (which is only used to bind the type parameter and ensure/enable type safety) passed.
 ChainFactory<T> ChainFactory.setDefaultFire(org.apache.commons.collections.Predicate defaultFire)
           
 ChainFactory<T> ChainFactory.setDefaultProceed(org.apache.commons.collections.Predicate defaultProceed)
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.