|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 QueueSchedulingStrategyChain s
which could be altered through the ChainFactory returned. |
|
static
|
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |