org.jbpm.process.instance
Class ProcessRuntimeImpl.RegisterStartTimerAction
java.lang.Object
org.jbpm.process.instance.ProcessRuntimeImpl.RegisterStartTimerAction
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.core.common.WorkingMemoryAction
- Enclosing class:
- ProcessRuntimeImpl
public static class ProcessRuntimeImpl.RegisterStartTimerAction
- extends Object
- implements org.drools.core.common.WorkingMemoryAction
- See Also:
- Serialized Form
Fields inherited from interface org.drools.core.common.WorkingMemoryAction |
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessRuntimeImpl.RegisterStartTimerAction
public ProcessRuntimeImpl.RegisterStartTimerAction(String processId,
List<StartNode> startNodes,
TimerManager timerManager)
ProcessRuntimeImpl.RegisterStartTimerAction
public ProcessRuntimeImpl.RegisterStartTimerAction(org.drools.core.marshalling.impl.MarshallerReaderContext context)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
execute
public void execute(org.drools.core.common.InternalWorkingMemory workingMemory)
- Specified by:
execute
in interface org.drools.core.common.WorkingMemoryAction
execute
public void execute(org.drools.core.common.InternalKnowledgeRuntime kruntime)
- Specified by:
execute
in interface org.drools.core.common.WorkingMemoryAction
write
public void write(org.drools.core.marshalling.impl.MarshallerWriteContext context)
throws IOException
- Specified by:
write
in interface org.drools.core.common.WorkingMemoryAction
- Throws:
IOException
serialize
public org.drools.core.marshalling.impl.ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
throws IOException
- Specified by:
serialize
in interface org.drools.core.common.WorkingMemoryAction
- Throws:
IOException
createTimerInstance
protected TimerInstance createTimerInstance(Timer timer,
org.drools.core.common.InternalKnowledgeRuntime kruntime)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.