Drools :: Core 6.1.0.Beta1

org.drools.core.reteoo
Class QueryRiaFixerNode.QueryRiaFixerNodeFixer

java.lang.Object
  extended by org.drools.core.reteoo.QueryRiaFixerNode.QueryRiaFixerNodeFixer
All Implemented Interfaces:
Externalizable, Serializable, WorkingMemoryAction
Enclosing class:
QueryRiaFixerNode

public static class QueryRiaFixerNode.QueryRiaFixerNodeFixer
extends Object
implements WorkingMemoryAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.drools.core.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
 
Constructor Summary
QueryRiaFixerNode.QueryRiaFixerNodeFixer(MarshallerReaderContext context)
           
QueryRiaFixerNode.QueryRiaFixerNodeFixer(PropagationContext context)
           
QueryRiaFixerNode.QueryRiaFixerNodeFixer(PropagationContext context, LeftTuple leftTuple, boolean retract, BetaNode node)
           
 
Method Summary
 void execute(InternalKnowledgeRuntime kruntime)
           
 void execute(InternalWorkingMemory workingMemory)
           
 void readExternal(ObjectInput in)
           
 ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
           
 String toString()
           
 void write(MarshallerWriteContext context)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryRiaFixerNode.QueryRiaFixerNodeFixer

public QueryRiaFixerNode.QueryRiaFixerNodeFixer(PropagationContext context)

QueryRiaFixerNode.QueryRiaFixerNodeFixer

public QueryRiaFixerNode.QueryRiaFixerNodeFixer(PropagationContext context,
                                                LeftTuple leftTuple,
                                                boolean retract,
                                                BetaNode node)

QueryRiaFixerNode.QueryRiaFixerNodeFixer

public QueryRiaFixerNode.QueryRiaFixerNodeFixer(MarshallerReaderContext context)
                                         throws IOException
Throws:
IOException
Method Detail

write

public void write(MarshallerWriteContext context)
           throws IOException
Specified by:
write in interface WorkingMemoryAction
Throws:
IOException

serialize

public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
                                              throws IOException
Specified by:
serialize in interface WorkingMemoryAction
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

toString

public String toString()
Overrides:
toString in class Object

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.