public static class StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction extends Object implements WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
Constructor and Description |
---|
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(InternalFactHandle factHandle,
ObjectTypeNode node) |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(MarshallerReaderContext context) |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(MarshallerReaderContext context,
ProtobufMessages.ActionQueue.Action _action) |
Modifier and Type | Method and Description |
---|---|
void |
execute(InternalKnowledgeRuntime kruntime) |
void |
execute(InternalWorkingMemory workingMemory) |
InternalFactHandle |
getFactHandle() |
ObjectTypeNode |
getNode() |
void |
readExternal(ObjectInput in) |
ProtobufMessages.ActionQueue.Action |
serialize(MarshallerWriteContext context) |
void |
setFactHandle(InternalFactHandle factHandle) |
void |
setNode(ObjectTypeNode node) |
void |
write(MarshallerWriteContext context) |
void |
writeExternal(ObjectOutput out) |
public StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(InternalFactHandle factHandle, ObjectTypeNode node)
public StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(MarshallerReaderContext context) throws IOException
IOException
public StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
public InternalFactHandle getFactHandle()
public void setFactHandle(InternalFactHandle factHandle)
public ObjectTypeNode getNode()
public void setNode(ObjectTypeNode node)
public void write(MarshallerWriteContext context) throws IOException
write
in interface WorkingMemoryAction
IOException
public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext context)
serialize
in interface WorkingMemoryAction
public void execute(InternalWorkingMemory workingMemory)
execute
in interface WorkingMemoryAction
public void execute(InternalKnowledgeRuntime kruntime)
execute
in interface WorkingMemoryAction
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.