Uses of Class
org.moremotion.process.ProcessException

Packages that use ProcessException
org.moremotion.process   
 

Uses of ProcessException in org.moremotion.process
 

Methods in org.moremotion.process that throw ProcessException
abstract  void Process.finalizeProcess()
          This method is called by the process manager after there is no more records to process.
 void MScriptingProcess.finalizeProcess()
           
 void BlockQueryProcess.finalizeProcess()
           
abstract  java.lang.String[] QueryProcess.getFieldNames()
          The process should return the names of the fields as a String array
 java.lang.String[] BlockQueryProcess.getFieldNames()
           
abstract  MemoryProcessRecord QueryProcess.getNextResultRecord()
          The query process should create and return the next result record as a MemoryProcessRecord.
 MemoryProcessRecord BlockQueryProcess.getNextResultRecord()
           
abstract  void Process.prepare()
          The Process should prepare to be called for each process records existing in the configured process block.
 void MScriptingProcess.prepare()
           
 void BlockQueryProcess.prepare()
           
abstract  void Process.processRecord(ProcessRecord prec)
          This method is called by the process manager for each process record in the configured process block that passes through the configured record filter.
 void MScriptingProcess.processRecord(ProcessRecord prec)
           
 void BlockQueryProcess.processRecord(ProcessRecord prec)
           
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.