Class ExportPartitionCollector

  • All Implemented Interfaces:
    javax.batch.api.partition.PartitionCollector

    @Dependent
    public class ExportPartitionCollector
    extends Object
    implements javax.batch.api.partition.PartitionCollector
    Final step which is executed after the individual partitions have completed or the job has been terminated.
    • Field Detail

      • stepCtx

        @Inject
        javax.batch.runtime.context.StepContext stepCtx
    • Constructor Detail

      • ExportPartitionCollector

        public ExportPartitionCollector()
    • Method Detail

      • collectPartitionData

        public Serializable collectPartitionData()
                                          throws Exception
        Specified by:
        collectPartitionData in interface javax.batch.api.partition.PartitionCollector
        Throws:
        Exception