Class BatchProducerBean


  • public class BatchProducerBean
    extends Object
    • Constructor Detail

      • BatchProducerBean

        public BatchProducerBean()
    • 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()