Class WeldSEBatchArtifactFactoryImpl
- java.lang.Object
-
- com.ibm.jbatch.container.services.impl.CDIBatchArtifactFactoryImpl
-
- com.ibm.jbatch.container.services.impl.WeldSEBatchArtifactFactoryImpl
-
- All Implemented Interfaces:
IBatchArtifactFactory,IBatchServiceBase
@Named("MyWeldBean") public class WeldSEBatchArtifactFactoryImpl extends CDIBatchArtifactFactoryImpl
-
-
Constructor Summary
Constructors Constructor Description WeldSEBatchArtifactFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(IBatchConfig batchConfig)protected jakarta.enterprise.inject.spi.BeanManagerobtainBeanManager()voidshutdown()-
Methods inherited from class com.ibm.jbatch.container.services.impl.CDIBatchArtifactFactoryImpl
findUniqueBeanForClass, getBeanById, getContextClassLoader, getUniqueBeanByBeanName, getUniqueBeanForBatchXMLEntry, getUniqueBeanForClassName, load
-
-
-
-
Method Detail
-
obtainBeanManager
protected jakarta.enterprise.inject.spi.BeanManager obtainBeanManager()
- Overrides:
obtainBeanManagerin classCDIBatchArtifactFactoryImpl
-
init
public void init(IBatchConfig batchConfig) throws BatchContainerServiceException
- Specified by:
initin interfaceIBatchServiceBase- Overrides:
initin classCDIBatchArtifactFactoryImpl- Throws:
BatchContainerServiceException
-
shutdown
public void shutdown() throws BatchContainerServiceException- Specified by:
shutdownin interfaceIBatchServiceBase- Overrides:
shutdownin classCDIBatchArtifactFactoryImpl- Throws:
BatchContainerServiceException
-
-