|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.container.util.BatchWorkUnit
com.ibm.jbatch.container.util.BatchParallelWorkUnit
com.ibm.jbatch.container.util.BatchFlowInSplitWorkUnit
public class BatchFlowInSplitWorkUnit
| Field Summary | |
|---|---|
protected BlockingQueue<BatchFlowInSplitWorkUnit> |
completedThreadQueue
|
| Fields inherited from class com.ibm.jbatch.container.util.BatchParallelWorkUnit |
|---|
controller |
| Fields inherited from class com.ibm.jbatch.container.util.BatchWorkUnit |
|---|
batchKernel, jobExecutionImpl, notifyCallbackWhenDone |
| Constructor Summary | |
|---|---|
BatchFlowInSplitWorkUnit(IBatchKernelService batchKernelService,
RuntimeFlowInSplitExecution jobExecution,
FlowInSplitBuilderConfig config)
|
|
| Method Summary | |
|---|---|
BlockingQueue<BatchFlowInSplitWorkUnit> |
getCompletedThreadQueue()
|
RuntimeFlowInSplitExecution |
getJobExecutionImpl()
|
protected void |
markThreadCompleted()
|
| Methods inherited from class com.ibm.jbatch.container.util.BatchParallelWorkUnit |
|---|
getController, run |
| Methods inherited from class com.ibm.jbatch.container.util.BatchWorkUnit |
|---|
getBatchKernel, getBatchStatus, getExitStatus, isNotifyCallbackWhenDone, setBatchKernel, setJobExecutionImpl, setNotifyCallbackWhenDone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BlockingQueue<BatchFlowInSplitWorkUnit> completedThreadQueue
| Constructor Detail |
|---|
public BatchFlowInSplitWorkUnit(IBatchKernelService batchKernelService,
RuntimeFlowInSplitExecution jobExecution,
FlowInSplitBuilderConfig config)
| Method Detail |
|---|
public BlockingQueue<BatchFlowInSplitWorkUnit> getCompletedThreadQueue()
protected void markThreadCompleted()
markThreadCompleted in class BatchParallelWorkUnitpublic RuntimeFlowInSplitExecution getJobExecutionImpl()
getJobExecutionImpl in class BatchWorkUnit
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||