public class BatchStepExecutor extends Object implements Runnable
| Constructor and Description |
|---|
BatchStepExecutor(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService,
org.kuali.rice.core.api.datetime.DateTimeService dateTimeService,
BatchContainerDirectory batchContainerDirectory,
BatchStepFileDescriptor batchStepFile,
Step step,
int stepIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerStepListener(ContainerStepListener listener)
Adds a ContainerStepListener for step start and completion notifications
|
void |
run()
Execute the Step via Job.runStep().
|
public BatchStepExecutor(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService, org.kuali.rice.core.api.datetime.DateTimeService dateTimeService, BatchContainerDirectory batchContainerDirectory, BatchStepFileDescriptor batchStepFile, Step step, int stepIndex)
parameterService - the ParameterService used by JobdateTimeService - the DateTimeService used by JobbatchContainerDirectory - the batch container directorybatchStepFile - the descriptor containing information about the step to executestep - the Step to executestepIndex - the index of the step in the jobpublic void run()
public void addContainerStepListener(ContainerStepListener listener)
listener - the ContainerStepListenerCopyright © 2004–2015 The Kuali Foundation. All rights reserved.