Package | Description |
---|---|
org.kuali.ole.sys.batch | |
org.kuali.ole.sys.context |
Modifier and Type | Field and Description |
---|---|
protected Map<String,BatchStepFileDescriptor> |
BatchContainerStep.startedSteps |
Modifier and Type | Method and Description |
---|---|
protected Step |
BatchContainerStep.getStep(BatchStepFileDescriptor batchStepFile)
Retrieves the Step bean from the SpringContext
|
protected void |
BatchContainerStep.logStepFinished(BatchStepFileDescriptor resultFile,
String logFileName)
Log the notification that the Step finished to an internal buffer.
|
protected void |
BatchContainerStep.logStepStarted(BatchStepFileDescriptor runFile,
String logFileName)
Log the notification that the Step started to an internal buffer.
|
void |
BatchContainerStep.stepFinished(BatchStepFileDescriptor resultFile,
String logFileName)
Notification that the Step finished.
|
void |
BatchContainerStep.stepStarted(BatchStepFileDescriptor runFile,
String logFileName)
Notification that the Step started.
|
Modifier and Type | Method and Description |
---|---|
BatchStepFileDescriptor |
BatchContainerDirectory.getResultFile(BatchStepFileDescriptor batchStepFile)
Returns the result file (either a success file or an error file) if one exists for the specified step.
|
Modifier and Type | Method and Description |
---|---|
String |
BatchContainerDirectory.getExceptionFromFile(BatchStepFileDescriptor errorResultFile)
Returns the Exception contained in an error result file
|
BatchStepFileDescriptor |
BatchContainerDirectory.getResultFile(BatchStepFileDescriptor batchStepFile)
Returns the result file (either a success file or an error file) if one exists for the specified step.
|
int |
BatchContainerDirectory.getStepIndexFromFile(BatchStepFileDescriptor batchStepFile)
Returns the index of the step contained in the file
|
boolean |
BatchContainerDirectory.isFileEmpty(BatchStepFileDescriptor batchStepFile)
Checks whether the step's semaphore file in the descriptor is null and if not whether the step's semaphore file in the directory is empty
|
void |
BatchContainerDirectory.logFileContents(BatchStepFileDescriptor batchStepFile,
org.apache.log4j.Logger log)
Reads the contents of the semaphore file (normally the error file), and writes the contents to the requested Logger.
|
void |
BatchContainerDirectory.removeBatchStepFileFromSystem(BatchStepFileDescriptor batchStepFile)
Removes the semaphore file for the specified step
|
void |
ContainerStepListener.stepFinished(BatchStepFileDescriptor resultFile,
String logFile)
Notify the listener that the Step has finished.
|
void |
ContainerStepListener.stepStarted(BatchStepFileDescriptor runFile,
String logFile)
Notify the listener that the Step has started.
|
void |
BatchContainerDirectory.writeBatchStepErrorResultFile(BatchStepFileDescriptor batchStepFile)
Writes the error file for the Step specified in the descriptor
|
void |
BatchContainerDirectory.writeBatchStepErrorResultFile(BatchStepFileDescriptor batchStepFile,
Throwable error)
Writes the error file for the Step specified in the descriptor.
|
void |
BatchContainerDirectory.writeBatchStepRunFile(BatchStepFileDescriptor batchStepFile,
int stepIndex)
Writes the run file for the Step specified in the descriptor
|
void |
BatchContainerDirectory.writeBatchStepSuccessfulResultFile(BatchStepFileDescriptor batchStepFile)
Writes the success file for the Step specified in the descriptor
|
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) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.