public abstract static class PropagationEntry.AbstractPropagationEntry extends Object implements PropagationEntry
PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.Insert, PropagationEntry.PropagationEntryWithResult<T>, PropagationEntry.Update| Constructor and Description |
|---|
AbstractPropagationEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(InternalKnowledgeRuntime kruntime) |
void |
executeForMarshalling(InternalWorkingMemory wm) |
PropagationEntry |
getNext() |
boolean |
isCalledFromRHS() |
boolean |
requiresImmediateFlushing() |
void |
setNext(PropagationEntry next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic void setNext(PropagationEntry next)
setNext in interface PropagationEntrypublic PropagationEntry getNext()
getNext in interface PropagationEntrypublic boolean requiresImmediateFlushing()
requiresImmediateFlushing in interface PropagationEntrypublic boolean isCalledFromRHS()
isCalledFromRHS in interface PropagationEntrypublic void execute(InternalKnowledgeRuntime kruntime)
execute in interface PropagationEntrypublic void executeForMarshalling(InternalWorkingMemory wm)
executeForMarshalling in interface PropagationEntryCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.