public static class ObjectTypeNode.ExpireJobContext extends Object implements JobContext, Externalizable
Modifier and Type | Field and Description |
---|---|
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction |
expireAction |
JobHandle |
handle |
InternalWorkingMemory |
workingMemory |
Constructor and Description |
---|
ExpireJobContext(StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction expireAction,
InternalWorkingMemory workingMemory) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction |
getExpireAction() |
JobHandle |
getHandle() |
JobHandle |
getJobHandle() |
InternalWorkingMemory |
getWorkingMemory() |
void |
readExternal(ObjectInput in) |
void |
setHandle(JobHandle handle) |
void |
setJobHandle(JobHandle jobHandle)
This method should only be called by the scheduler
|
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInternalKnowledgeRuntime
public final StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction expireAction
public final InternalWorkingMemory workingMemory
public JobHandle handle
public ExpireJobContext(StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction expireAction, InternalWorkingMemory workingMemory)
public JobHandle getJobHandle()
getJobHandle
in interface JobContext
public void setJobHandle(JobHandle jobHandle)
JobContext
setJobHandle
in interface JobContext
public StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction getExpireAction()
public InternalWorkingMemory getWorkingMemory()
getWorkingMemory
in interface JobContext
public JobHandle getHandle()
public void setHandle(JobHandle handle)
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
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.