Package com.ibm.jbatch.container.cdi
Class BatchProducerBean
- java.lang.Object
-
- com.ibm.jbatch.container.cdi.BatchProducerBean
-
public class BatchProducerBean extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchProducerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.batch.runtime.context.JobContextgetJobContext()jakarta.batch.runtime.context.StepContextgetStepContext()BooleanproduceBooleanProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)DoubleproduceDoubleProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)FloatproduceFloatProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)IntegerproduceIntProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)LongproduceLongProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)ShortproduceShortProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)StringproduceStringProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
-
-
Method Detail
-
produceBooleanProperty
@Produces @Dependent public Boolean produceBooleanProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
produceDoubleProperty
@Produces @Dependent public Double produceDoubleProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
produceFloatProperty
@Produces @Dependent public Float produceFloatProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
produceIntProperty
@Produces @Dependent public Integer produceIntProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
produceLongProperty
@Produces @Dependent public Long produceLongProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
produceShortProperty
@Produces @Dependent public Short produceShortProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
produceStringProperty
@Produces @Dependent public String produceStringProperty(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
getJobContext
@Produces @Dependent public jakarta.batch.runtime.context.JobContext getJobContext()
-
getStepContext
@Produces @Dependent public jakarta.batch.runtime.context.StepContext getStepContext()
-
-