Interface IJobEndCallbackService

    • Method Detail

      • done

        void done​(long jobExecutionId)
      • registerJobEndCallback

        void registerJobEndCallback​(JobEndCallback callback)
      • deregisterJobEndCallback

        void deregisterJobEndCallback​(JobEndCallback callback)
      • getCallbackOnTermination

        long getCallbackOnTermination​(long execID,
                                      JobEndCallback callback)
                               throws jakarta.batch.operations.NoSuchJobExecutionException,
                                      jakarta.batch.operations.JobSecurityException
        Throws:
        jakarta.batch.operations.NoSuchJobExecutionException
        jakarta.batch.operations.JobSecurityException