public static class ProcessRuntimeImpl.RegisterStartTimerAction
extends org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
implements org.drools.core.common.WorkingMemoryAction
Constructor and Description |
---|
ProcessRuntimeImpl.RegisterStartTimerAction(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
ProcessRuntimeImpl.RegisterStartTimerAction(String processId,
List<StartNode> startNodes,
TimerManager timerManager) |
Modifier and Type | Method and Description |
---|---|
protected TimerInstance |
createTimerInstance(Timer timer,
org.drools.core.common.InternalKnowledgeRuntime kruntime) |
void |
execute(org.drools.core.common.InternalKnowledgeRuntime kruntime) |
void |
execute(org.drools.core.common.InternalWorkingMemory workingMemory) |
org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action |
serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
getNext, isMarshallable, requiresImmediateFlushing, setNext
public ProcessRuntimeImpl.RegisterStartTimerAction(String processId, List<StartNode> startNodes, TimerManager timerManager)
public ProcessRuntimeImpl.RegisterStartTimerAction(org.drools.core.marshalling.impl.MarshallerReaderContext context)
public void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
execute
in interface org.drools.core.phreak.PropagationEntry
public void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
execute
in interface org.drools.core.phreak.PropagationEntry
execute
in class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
public org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
serialize
in interface org.drools.core.common.WorkingMemoryAction
IOException
protected TimerInstance createTimerInstance(Timer timer, org.drools.core.common.InternalKnowledgeRuntime kruntime)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.