public abstract class AbstractWrappedBatchStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
AbstractWrappedBatchStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
protected abstract WrappedBatchExecutorService.CustomBatchExecutor |
getCustomBatchExecutor() |
void |
setWrappedBatchExecutorService(WrappedBatchExecutorService wrappedBatchExecutorService) |
void |
setWrappingBatchServices(List<WrappingBatchService> wrappingBatchServices) |
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterService
prepareDirectories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareDirectories
public AbstractWrappedBatchStep()
public boolean execute(String jobName, Date jobRunDate)
Step
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executedprotected abstract WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
public void setWrappedBatchExecutorService(WrappedBatchExecutorService wrappedBatchExecutorService)
public void setWrappingBatchServices(List<WrappingBatchService> wrappingBatchServices)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.