public interface JobListener
Modifier and Type | Method and Description |
---|---|
void |
afterJob()
Call by the Batch Execution Environment after job has finished
|
void |
afterStep()
Call by the Batch Execution Environment after a step has finished its execution.
|
void |
beforeJob()
Call by the Batch Execution Environment before job set up is called
|
void |
beforeStep()
Call by the Batch Execution Environment before step setup is called
|
java.util.Properties |
getProperties()
Returns the properties specified in the xJCL for the JobListener
|
void |
setProperties(java.util.Properties properties)
Called by the Batch Execution Environment to make the properties specified in the xJCL available to the JobListener
|
void beforeJob()
void afterJob()
void beforeStep()
void afterStep()
void setProperties(java.util.Properties properties)
properties
- - the properties specified in xJCL are available in this Properties object.java.util.Properties getProperties()