Class JsrSampleItemProcessor

  • All Implemented Interfaces:
    javax.batch.api.chunk.ItemProcessor

    public class JsrSampleItemProcessor
    extends java.lang.Object
    implements javax.batch.api.chunk.ItemProcessor

    Sample ItemProcessor implementation.

    Since:
    3.0
    Author:
    Chris Schaefer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.ObjectprocessItem​(java.lang.Object o) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsrSampleItemProcessor

        public JsrSampleItemProcessor()
    • Method Detail

      • processItem

        public java.lang.Object processItem​(java.lang.Object o)
                                     throws java.lang.Exception
        Specified by:
        processItem in interface javax.batch.api.chunk.ItemProcessor
        Throws:
        java.lang.Exception