|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajax.exec.RunnableTransf
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 |
public RunnableTransf()
Method Detail |
public abstract void evaluate() throws java.lang.InterruptedException, java.sql.SQLException, java.io.IOException
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.public java.lang.String quotas(java.lang.String str)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |