public static class ProcessRuntimeImpl.RegisterStartTimerAction extends Object 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) |
void |
readExternal(ObjectInput in) |
org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action |
serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
void |
write(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
void |
writeExternal(ObjectOutput out) |
public ProcessRuntimeImpl.RegisterStartTimerAction(String processId, List<StartNode> startNodes, TimerManager timerManager)
public ProcessRuntimeImpl.RegisterStartTimerAction(org.drools.core.marshalling.impl.MarshallerReaderContext context)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
execute
in interface org.drools.core.common.WorkingMemoryAction
public void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
execute
in interface org.drools.core.common.WorkingMemoryAction
public void write(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
write
in interface org.drools.core.common.WorkingMemoryAction
IOException
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.