ajax.exec
Class RunnableTransf

java.lang.Object
  |
  +--ajax.exec.RunnableTransf

public abstract class RunnableTransf
extends java.lang.Object

Common abstract class for the runnable version of transformations


Constructor Summary
RunnableTransf()
           
 
Method Summary
abstract  void evaluate()
          Execute this transformation.
 java.lang.String quotas(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnableTransf

public RunnableTransf()
Method Detail

evaluate

public abstract void evaluate()
                       throws java.lang.InterruptedException,
                              java.sql.SQLException,
                              java.io.IOException
Execute this transformation. If a SQLException is thrown, that is a general SQLException not a SQLException thrown during a tuple transformation.
Throws:
java.io.IOException - for the case of transformations executed in SQL whose input or output is stored in a file. If this file does not exist an IOException is thrown.

quotas

public java.lang.String quotas(java.lang.String str)