com.ibm.jbatch.container.callback
Class JobEndCallbackManagerImpl

java.lang.Object
  extended by com.ibm.jbatch.container.callback.JobEndCallbackManagerImpl
All Implemented Interfaces:
IJobEndCallbackService, IBatchServiceBase

Deprecated.

public class JobEndCallbackManagerImpl
extends Object
implements IJobEndCallbackService

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
JobEndCallbackManagerImpl()
          Deprecated.  
 
Method Summary
 void deregisterJobEndCallback(JobEndCallback callback)
          Deprecated.  
 void done(long jobExecutionId)
          Deprecated.  
 long getCallbackOnTermination(long execID, JobEndCallback callback)
          Deprecated.  
 void init(IBatchConfig batchConfig)
          Deprecated.  
 void registerJobEndCallback(JobEndCallback callback)
          Deprecated.  
 void shutdown()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobEndCallbackManagerImpl

public JobEndCallbackManagerImpl()
Deprecated. 
Method Detail

registerJobEndCallback

public void registerJobEndCallback(JobEndCallback callback)
Deprecated. 
Specified by:
registerJobEndCallback in interface IJobEndCallbackService

deregisterJobEndCallback

public void deregisterJobEndCallback(JobEndCallback callback)
Deprecated. 
Specified by:
deregisterJobEndCallback in interface IJobEndCallbackService

done

public void done(long jobExecutionId)
Deprecated. 
Specified by:
done in interface IJobEndCallbackService

init

public void init(IBatchConfig batchConfig)
          throws BatchContainerServiceException
Deprecated. 
Specified by:
init in interface IBatchServiceBase
Throws:
BatchContainerServiceException

shutdown

public void shutdown()
              throws BatchContainerServiceException
Deprecated. 
Specified by:
shutdown in interface IBatchServiceBase
Throws:
BatchContainerServiceException

getCallbackOnTermination

public long getCallbackOnTermination(long execID,
                                     JobEndCallback callback)
                              throws NoSuchJobExecutionException,
                                     JobSecurityException
Deprecated. 
Specified by:
getCallbackOnTermination in interface IJobEndCallbackService
Throws:
NoSuchJobExecutionException
JobSecurityException


Copyright © 2013. All Rights Reserved.