org.drools.reteoo
Class PropagationQueuingNode.PropagateAction
java.lang.Object
org.drools.reteoo.PropagationQueuingNode.PropagateAction
- All Implemented Interfaces:
- Externalizable, Serializable, WorkingMemoryAction
- Enclosing class:
- PropagationQueuingNode
public static class PropagationQueuingNode.PropagateAction
- extends Object
- implements WorkingMemoryAction
This is the action that is added to the working memory actions queue, so that
this node propagation can be triggered at a safe point
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropagationQueuingNode.PropagateAction
public PropagationQueuingNode.PropagateAction()
PropagationQueuingNode.PropagateAction
public PropagationQueuingNode.PropagateAction(PropagationQueuingNode node)
PropagationQueuingNode.PropagateAction
public PropagationQueuingNode.PropagateAction(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
PropagationQueuingNode.PropagateAction
public PropagationQueuingNode.PropagateAction(MarshallerReaderContext context,
ProtobufMessages.ActionQueue.Action _action)
write
public void write(MarshallerWriteContext context)
throws IOException
- Specified by:
write
in interface WorkingMemoryAction
- Throws:
IOException
serialize
public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
- Specified by:
serialize
in interface WorkingMemoryAction
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
execute
public void execute(InternalWorkingMemory workingMemory)
- Specified by:
execute
in interface WorkingMemoryAction
execute
public void execute(InternalKnowledgeRuntime kruntime)
- Specified by:
execute
in interface WorkingMemoryAction
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.