Class ExportPartitionCollector

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

    @Dependent
    public class ExportPartitionCollector
    extends java.lang.Object
    implements javax.batch.api.partition.PartitionCollector
    Final step which is executed after the individual partitions have completed or the job has been terminated. Provides summary data in the form of a ExportCheckpointUserData object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.batch.runtime.context.StepContext stepCtx  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable collectPartitionData()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stepCtx

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

      • ExportPartitionCollector

        public ExportPartitionCollector()
    • Method Detail

      • collectPartitionData

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