org.drools.reteoo
Interface PartitionTaskManager.Action

All Superinterfaces:
Comparable<PartitionTaskManager.Action>, Externalizable, Serializable
All Known Implementing Classes:
PartitionTaskManager.FactAction, PartitionTaskManager.FactAssertAction, PartitionTaskManager.LeftTupleAction, PartitionTaskManager.LeftTupleAssertAction, PartitionTaskManager.LeftTupleRetractAction
Enclosing class:
PartitionTaskManager

public static interface PartitionTaskManager.Action
extends Externalizable, Comparable<PartitionTaskManager.Action>

An interface for all actions to be executed by the PartitionTask


Field Summary
static int PRIORITY_HIGH
           
static int PRIORITY_LOW
           
static int PRIORITY_NORMAL
           
 
Method Summary
 void execute(InternalWorkingMemory workingMemory)
           
 int getPriority()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

PRIORITY_HIGH

static final int PRIORITY_HIGH
See Also:
Constant Field Values

PRIORITY_NORMAL

static final int PRIORITY_NORMAL
See Also:
Constant Field Values

PRIORITY_LOW

static final int PRIORITY_LOW
See Also:
Constant Field Values
Method Detail

getPriority

int getPriority()

execute

void execute(InternalWorkingMemory workingMemory)


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