com.ibm.batch.container.util
Class BatchWorkUnit
java.lang.Object
com.ibm.batch.container.util.BatchWorkUnit
- All Implemented Interfaces:
- Runnable
public class BatchWorkUnit
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchWorkUnit
public BatchWorkUnit(IBatchKernelService batchKernel,
RuntimeJobExecutionImpl jobExecutionImpl)
BatchWorkUnit
public BatchWorkUnit(IBatchKernelService batchKernel,
RuntimeJobExecutionImpl jobExecutionImpl,
PartitionAnalyzerProxy analyzerProxy,
boolean notifyCallbackWhenDone)
getController
public JobControllerImpl getController()
run
public void run()
- Specified by:
run in interface Runnable
setAnalyzerProxy
public void setAnalyzerProxy(PartitionAnalyzerProxy analyzerProxy)
getAnalyzerProxy
public PartitionAnalyzerProxy getAnalyzerProxy()
setBatchKernel
public void setBatchKernel(IBatchKernelService batchKernel)
getBatchKernel
public IBatchKernelService getBatchKernel()
setJobExecutionImpl
public void setJobExecutionImpl(RuntimeJobExecutionImpl jobExecutionImpl)
getJobExecutionImpl
public RuntimeJobExecutionImpl getJobExecutionImpl()
setNotifyCallbackWhenDone
public void setNotifyCallbackWhenDone(boolean notifyCallbackWhenDone)
isNotifyCallbackWhenDone
public boolean isNotifyCallbackWhenDone()
Copyright © 2013. All Rights Reserved.