Interface IJobEndCallbackService
-
- All Superinterfaces:
IBatchServiceBase
- All Known Implementing Classes:
JobEndCallbackManagerImpl
public interface IJobEndCallbackService extends IBatchServiceBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterJobEndCallback(JobEndCallback callback)voiddone(long jobExecutionId)longgetCallbackOnTermination(long execID, JobEndCallback callback)voidregisterJobEndCallback(JobEndCallback callback)-
Methods inherited from interface com.ibm.jbatch.spi.services.IBatchServiceBase
init, shutdown
-
-
-
-
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.NoSuchJobExecutionExceptionjakarta.batch.operations.JobSecurityException
-
-