com.ibm.batch.container.services
Interface IBatchArtifactFactory

All Superinterfaces:
IBatchServiceBase
All Known Implementing Classes:
GlassFishCDIBatchArtifactFactoryImpl, JSEBatchArtifactFactoryImpl, WeldSEBatchArtifactFactoryImpl

public interface IBatchArtifactFactory
extends IBatchServiceBase


Method Summary
 Object load(String batchId)
           
 
Methods inherited from interface com.ibm.batch.container.services.IBatchServiceBase
init, shutdown
 

Method Detail

load

Object load(String batchId)
Parameters:
batchId - The value of a @ref attribute in a JSL element, e.g. 'batchlet'
Returns:
An object instance of the artifact.


Copyright © 2013. All Rights Reserved.