Class ProtobufWorkingMemoryReteExpireAction
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
org.drools.core.impl.WorkingMemoryReteExpireAction
org.drools.serialization.protobuf.actions.ProtobufWorkingMemoryReteExpireAction
- All Implemented Interfaces:
Externalizable,Serializable,WorkingMemoryAction,PropagationEntry,ProtobufWorkingMemoryAction
public class ProtobufWorkingMemoryReteExpireAction
extends WorkingMemoryReteExpireAction
implements ProtobufWorkingMemoryAction
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drools.core.impl.WorkingMemoryReteExpireAction
WorkingMemoryReteExpireAction.PartitionAwareWorkingMemoryReteExpireActionNested classes/interfaces inherited from interface org.drools.core.phreak.PropagationEntry
PropagationEntry.AbstractPartitionedPropagationEntry, PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.ExecuteQuery, PropagationEntry.Insert, PropagationEntry.PartitionedDelete, PropagationEntry.PartitionedUpdate, PropagationEntry.PropagationEntryWithResult<T extends Object>, PropagationEntry.Update -
Field Summary
Fields inherited from class org.drools.core.impl.WorkingMemoryReteExpireAction
factHandle, nodeFields inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
nextFields inherited from interface org.drools.core.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction -
Constructor Summary
ConstructorsConstructorDescriptionProtobufWorkingMemoryReteExpireAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action) -
Method Summary
Methods inherited from class org.drools.core.impl.WorkingMemoryReteExpireAction
getFactHandle, getNode, getSplitForPartition, internalExecute, isPartitionSplittable, readExternal, setFactHandle, setNode, toString, writeExternalMethods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, isCalledFromRHS, requiresImmediateFlushing, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.core.phreak.PropagationEntry
defersExpiration, execute, getNext, getSplitForPartition, internalExecute, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNext
-
Constructor Details
-
ProtobufWorkingMemoryReteExpireAction
public ProtobufWorkingMemoryReteExpireAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceProtobufWorkingMemoryAction
-