Drools :: ReteOO 6.0.0.CR2

org.drools.reteoo.nodes
Class ReteQueryElementNode.QueryInsertAction

java.lang.Object
  extended by org.drools.reteoo.nodes.ReteQueryElementNode.QueryInsertAction
All Implemented Interfaces:
Externalizable, Serializable, org.drools.core.common.WorkingMemoryAction
Enclosing class:
ReteQueryElementNode

public static class ReteQueryElementNode.QueryInsertAction
extends Object
implements org.drools.core.common.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
ReteQueryElementNode.QueryInsertAction(org.drools.core.marshalling.impl.MarshallerReaderContext context)
           
ReteQueryElementNode.QueryInsertAction(org.drools.core.spi.PropagationContext context)
           
ReteQueryElementNode.QueryInsertAction(org.drools.core.spi.PropagationContext context, org.drools.core.common.InternalFactHandle factHandle, org.drools.core.reteoo.LeftTuple leftTuple, org.drools.core.reteoo.QueryElementNode node)
           
 
Method Summary
 void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
           
 void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
           
 void readExternal(ObjectInput in)
           
 org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
           
 String toString()
           
 void write(org.drools.core.marshalling.impl.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

ReteQueryElementNode.QueryInsertAction

public ReteQueryElementNode.QueryInsertAction(org.drools.core.spi.PropagationContext context)

ReteQueryElementNode.QueryInsertAction

public ReteQueryElementNode.QueryInsertAction(org.drools.core.spi.PropagationContext context,
                                              org.drools.core.common.InternalFactHandle factHandle,
                                              org.drools.core.reteoo.LeftTuple leftTuple,
                                              org.drools.core.reteoo.QueryElementNode node)

ReteQueryElementNode.QueryInsertAction

public ReteQueryElementNode.QueryInsertAction(org.drools.core.marshalling.impl.MarshallerReaderContext context)
                                       throws IOException
Throws:
IOException
Method Detail

write

public void write(org.drools.core.marshalling.impl.MarshallerWriteContext context)
           throws IOException
Specified by:
write in interface org.drools.core.common.WorkingMemoryAction
Throws:
IOException

serialize

public org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
                                                                               throws IOException
Specified by:
serialize in interface org.drools.core.common.WorkingMemoryAction
Throws:
IOException

execute

public void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
Specified by:
execute in interface org.drools.core.common.WorkingMemoryAction

execute

public void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
Specified by:
execute in interface org.drools.core.common.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 :: ReteOO 6.0.0.CR2

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