org.drools.reteoo
Class PartitionTaskManager.LeftTupleRetractAction

java.lang.Object
  extended by org.drools.reteoo.PartitionTaskManager.LeftTupleAction
      extended by org.drools.reteoo.PartitionTaskManager.LeftTupleRetractAction
All Implemented Interfaces:
Externalizable, Serializable, Comparable<PartitionTaskManager.Action>, PartitionTaskManager.Action
Enclosing class:
PartitionTaskManager

public static class PartitionTaskManager.LeftTupleRetractAction
extends PartitionTaskManager.LeftTupleAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.reteoo.PartitionTaskManager.LeftTupleAction
context, leftTuple, priority, sink
 
Fields inherited from interface org.drools.reteoo.PartitionTaskManager.Action
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL
 
Constructor Summary
PartitionTaskManager.LeftTupleRetractAction()
           
PartitionTaskManager.LeftTupleRetractAction(LeftTuple leftTuple, PropagationContext context, LeftTupleSink sink, int priority)
           
 
Method Summary
 void execute(InternalWorkingMemory workingMemory)
           
 
Methods inherited from class org.drools.reteoo.PartitionTaskManager.LeftTupleAction
compareTo, getPriority, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionTaskManager.LeftTupleRetractAction

public PartitionTaskManager.LeftTupleRetractAction()

PartitionTaskManager.LeftTupleRetractAction

public PartitionTaskManager.LeftTupleRetractAction(LeftTuple leftTuple,
                                                   PropagationContext context,
                                                   LeftTupleSink sink,
                                                   int priority)
Method Detail

execute

public void execute(InternalWorkingMemory workingMemory)
Specified by:
execute in interface PartitionTaskManager.Action
Specified by:
execute in class PartitionTaskManager.LeftTupleAction


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.