Class JobEndCallbackManagerImpl
- java.lang.Object
-
- com.ibm.jbatch.container.callback.JobEndCallbackManagerImpl
-
- All Implemented Interfaces:
IJobEndCallbackService,IBatchServiceBase
public class JobEndCallbackManagerImpl extends Object implements IJobEndCallbackService
Deprecated.This isn't deprecated in the sense that it used to work... we did this function for the TCK originally and I copied it over to the RI in case we still wanted to make use of it. Don't use without reworking and testing this class.- Author:
- skurz
-
-
Constructor Summary
Constructors Constructor Description JobEndCallbackManagerImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidderegisterJobEndCallback(JobEndCallback callback)Deprecated.voiddone(long jobExecutionId)Deprecated.longgetCallbackOnTermination(long execID, JobEndCallback callback)Deprecated.voidinit(IBatchConfig batchConfig)Deprecated.voidregisterJobEndCallback(JobEndCallback callback)Deprecated.voidshutdown()Deprecated.
-
-
-
Method Detail
-
registerJobEndCallback
public void registerJobEndCallback(JobEndCallback callback)
Deprecated.- Specified by:
registerJobEndCallbackin interfaceIJobEndCallbackService
-
deregisterJobEndCallback
public void deregisterJobEndCallback(JobEndCallback callback)
Deprecated.- Specified by:
deregisterJobEndCallbackin interfaceIJobEndCallbackService
-
done
public void done(long jobExecutionId)
Deprecated.- Specified by:
donein interfaceIJobEndCallbackService
-
init
public void init(IBatchConfig batchConfig) throws BatchContainerServiceException
Deprecated.- Specified by:
initin interfaceIBatchServiceBase- Throws:
BatchContainerServiceException
-
shutdown
public void shutdown() throws BatchContainerServiceExceptionDeprecated.- Specified by:
shutdownin interfaceIBatchServiceBase- Throws:
BatchContainerServiceException
-
getCallbackOnTermination
public long getCallbackOnTermination(long execID, JobEndCallback callback) throws jakarta.batch.operations.NoSuchJobExecutionException, jakarta.batch.operations.JobSecurityExceptionDeprecated.- Specified by:
getCallbackOnTerminationin interfaceIJobEndCallbackService- Throws:
jakarta.batch.operations.NoSuchJobExecutionExceptionjakarta.batch.operations.JobSecurityException
-
-