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

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

public class WeldSEBatchArtifactFactoryImpl
extends Object
implements IBatchArtifactFactory


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

Constructor Detail

WeldSEBatchArtifactFactoryImpl

public WeldSEBatchArtifactFactoryImpl()
Method Detail

load

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

init

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

shutdown

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


Copyright © 2013. All Rights Reserved.