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

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

public class JobIdManagerImpl
extends Object
implements IJobIdManagementService


Field Summary
protected  String rootDir
           
 
Constructor Summary
JobIdManagerImpl()
           
 
Method Summary
 long getExecutionId()
           
 long getInstanceId()
           
 long getStepExecutionId()
           
 void init(IBatchConfig batchConfig)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootDir

protected String rootDir
Constructor Detail

JobIdManagerImpl

public JobIdManagerImpl()
Method Detail

init

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

shutdown

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

getExecutionId

public long getExecutionId()
Specified by:
getExecutionId in interface IJobIdManagementService

getInstanceId

public long getInstanceId()
Specified by:
getInstanceId in interface IJobIdManagementService

getStepExecutionId

public long getStepExecutionId()
Specified by:
getStepExecutionId in interface IJobIdManagementService


Copyright © 2013. All Rights Reserved.