com.ibm.websphere.batch.listener

Interface JobListener



  • public interface JobListener
    • Method Summary

      Methods 
      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
    • Method Detail

      • beforeJob

        void beforeJob()
        Call by the Batch Execution Environment before job set up is called
      • afterJob

        void afterJob()
        Call by the Batch Execution Environment after job has finished
      • beforeStep

        void beforeStep()
        Call by the Batch Execution Environment before step setup is called
      • afterStep

        void afterStep()
        Call by the Batch Execution Environment after a step has finished its execution.
      • setProperties

        void setProperties(java.util.Properties properties)
        Called by the Batch Execution Environment to make the properties specified in the xJCL available to the JobListener
        Parameters:
        properties - - the properties specified in xJCL are available in this Properties object.
      • getProperties

        java.util.Properties getProperties()
        Returns the properties specified in the xJCL for the JobListener
        Returns:
IBM WebSphere Application ServerTM
Release 9.0