DATA - The type of data handled by this policypublic class CloneableMultiTriggerPolicy<DATA> extends MultiTriggerPolicy<DATA> implements CloneableTriggerPolicy<DATA>, Cloneable
MultiTriggerPolicy. Additionally it is
cloneable and only cloneable policies can be passed to the constructor.| Constructor and Description |
|---|
CloneableMultiTriggerPolicy(CloneableTriggerPolicy<DATA>... policies)
This policy does the same as
MultiTriggerPolicy. |
| Modifier and Type | Method and Description |
|---|---|
CloneableTriggerPolicy<DATA> |
clone()
This method should return an exact copy of the object it belongs to
including the current object state.
|
createActiveTriggerRunnable, notifyTrigger, preNotifyTriggerequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifyTriggerpublic CloneableMultiTriggerPolicy(CloneableTriggerPolicy<DATA>... policies)
MultiTriggerPolicy. Additionally it
is cloneable and only cloneable policies can be passed to the
constructor.policies - some cloneable policies to be tied together.public CloneableTriggerPolicy<DATA> clone()
CloneableTriggerPolicyclone in interface CloneableTriggerPolicy<DATA>clone in class ObjectCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.