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) |
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 JobContextpublic void setJobHandle(JobHandle jobHandle)
JobContextsetJobHandle in interface JobContextpublic StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction getExpireAction()
public InternalWorkingMemory getWorkingMemory()
getWorkingMemory in interface JobContextpublic JobHandle getHandle()
public void setHandle(JobHandle handle)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.