com.ibm.batch.container.services
Interface IJobIdManagementService

All Superinterfaces:
IBatchServiceBase
All Known Implementing Classes:
JobIdManagerImpl

public interface IJobIdManagementService
extends IBatchServiceBase


Method Summary
 long getExecutionId()
           
 long getInstanceId()
           
 long getStepExecutionId()
           
 void init(IBatchConfig pgcConfig)
           
 void shutdown()
           
 

Method Detail

init

void init(IBatchConfig pgcConfig)
          throws BatchContainerServiceException
Specified by:
init in interface IBatchServiceBase
Throws:
BatchContainerServiceException

shutdown

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

getInstanceId

long getInstanceId()

getExecutionId

long getExecutionId()

getStepExecutionId

long getStepExecutionId()


Copyright © 2013. All Rights Reserved.