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

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

public class GlassFishCDIBatchArtifactFactoryImpl
extends Object
implements IBatchArtifactFactory


Constructor Summary
GlassFishCDIBatchArtifactFactoryImpl()
           
 
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

GlassFishCDIBatchArtifactFactoryImpl

public GlassFishCDIBatchArtifactFactoryImpl()
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.