com.ibm.jbatch.container.services.impl
Class JobIdManagerImpl

java.lang.Object
  extended by com.ibm.jbatch.container.services.impl.JobIdManagerImpl
All Implemented Interfaces:
IBatchServiceBase, IJobIdManagementService

Deprecated. use com.ibm.jbatch.container.services.impl.JDBCPersistenceManagerImpl() instead.

@Deprecated
public class JobIdManagerImpl
extends Object
implements IJobIdManagementService

Used to generate job instance, job execution and step execution id


Constructor Summary
JobIdManagerImpl()
          Deprecated.  
 
Method Summary
 void init(IBatchConfig batchConfig)
          Deprecated.  
 void shutdown()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobIdManagerImpl

public JobIdManagerImpl()
Deprecated. 
Method Detail

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


Copyright © 2013. All Rights Reserved.