Class ImportPartitionCollector

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

    @Dependent
    public class ImportPartitionCollector
    extends java.lang.Object
    implements javax.batch.api.partition.PartitionCollector
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.batch.runtime.context.JobContext jobCtx  
      (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
      • jobCtx

        @Inject
        javax.batch.runtime.context.JobContext jobCtx
    • Constructor Detail

      • ImportPartitionCollector

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