|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.container.callback.JobEndCallbackManagerImpl
public class JobEndCallbackManagerImpl
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.
| 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 |
|---|
public JobEndCallbackManagerImpl()
| Method Detail |
|---|
public void registerJobEndCallback(JobEndCallback callback)
registerJobEndCallback in interface IJobEndCallbackServicepublic void deregisterJobEndCallback(JobEndCallback callback)
deregisterJobEndCallback in interface IJobEndCallbackServicepublic void done(long jobExecutionId)
done in interface IJobEndCallbackService
public void init(IBatchConfig batchConfig)
throws BatchContainerServiceException
init in interface IBatchServiceBaseBatchContainerServiceException
public void shutdown()
throws BatchContainerServiceException
shutdown in interface IBatchServiceBaseBatchContainerServiceException
public long getCallbackOnTermination(long execID,
JobEndCallback callback)
throws NoSuchJobExecutionException,
JobSecurityException
getCallbackOnTermination in interface IJobEndCallbackServiceNoSuchJobExecutionException
JobSecurityException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||