Class ImportPartitionMapper

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.batch.api.partition.PartitionPlan mapPartitions()  
      • Methods inherited from class java.lang.Object

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

      • jobCtx

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

      • ImportPartitionMapper

        public ImportPartitionMapper()
    • Method Detail

      • mapPartitions

        public javax.batch.api.partition.PartitionPlan mapPartitions()
                                                              throws java.lang.Exception
        Specified by:
        mapPartitions in interface javax.batch.api.partition.PartitionMapper
        Throws:
        java.lang.Exception