类 JsrSampleBatchlet

  • 所有已实现的接口:
    javax.batch.api.Batchlet

    public class JsrSampleBatchlet
    extends javax.batch.api.AbstractBatchlet

    Sample Batchlet implementation.

    从以下版本开始:
    3.0
    作者:
    Chris Schaefer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.lang.Stringprocess() 
      • 从类继承的方法 javax.batch.api.AbstractBatchlet

        stop
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • process

        public java.lang.String process()
                                 throws java.lang.Exception
        指定者:
        process 在接口中 javax.batch.api.Batchlet
        指定者:
        process 在类中 javax.batch.api.AbstractBatchlet
        抛出:
        java.lang.Exception