com.ibm.jbatch.container.callback
Interface IJobEndCallbackService

All Superinterfaces:
IBatchServiceBase
All Known Implementing Classes:
JobEndCallbackManagerImpl

public interface IJobEndCallbackService
extends IBatchServiceBase


Method Summary
 void deregisterJobEndCallback(JobEndCallback callback)
           
 void done(long jobExecutionId)
           
 long getCallbackOnTermination(long execID, JobEndCallback callback)
           
 void registerJobEndCallback(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 NoSuchJobExecutionException,
                                     JobSecurityException
Throws:
NoSuchJobExecutionException
JobSecurityException


Copyright © 2013. All Rights Reserved.