org.velocityweb.eai
Class EaiScheduleTask

java.lang.Object
  extended byorg.velocityweb.scheduletask.impl.SimpleScheduleTask
      extended byorg.velocityweb.eai.EaiScheduleTask
All Implemented Interfaces:
ScheduleTask

public abstract class EaiScheduleTask
extends SimpleScheduleTask


Constructor Summary
EaiScheduleTask()
           
 
Method Summary
abstract  EaiProcess createEaiProcess()
           
 void processRunUnit()
          this function is for overwrite for subclass
 
Methods inherited from class org.velocityweb.scheduletask.impl.SimpleScheduleTask
close, getName, handleException, isRunning, run, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EaiScheduleTask

public EaiScheduleTask()
Method Detail

processRunUnit

public void processRunUnit()
                    throws java.lang.Exception
Description copied from class: SimpleScheduleTask
this function is for overwrite for subclass

Overrides:
processRunUnit in class SimpleScheduleTask
Throws:
java.lang.Exception

createEaiProcess

public abstract EaiProcess createEaiProcess()