com.ibm.jbatch.container.callback
Interface IJobEndCallbackService
- All Superinterfaces:
- IBatchServiceBase
- All Known Implementing Classes:
- JobEndCallbackManagerImpl
public interface IJobEndCallbackService
- extends IBatchServiceBase
done
void done(long jobExecutionId)
registerJobEndCallback
void registerJobEndCallback(JobEndCallback callback)
deregisterJobEndCallback
void deregisterJobEndCallback(JobEndCallback callback)
getCallbackOnTermination
long getCallbackOnTermination(long execID,
JobEndCallback callback)
throws NoSuchJobExecutionException,
JobSecurityException
- Throws:
NoSuchJobExecutionException
JobSecurityException
Copyright © 2013. All Rights Reserved.