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