| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.xml.transform.TransformerBase.Task
A wrapper for a Transformation Task. Support aborting any translation activity. Because the Task is Runnable, exceptions must be checked asynchronously by using the checkError and getError methods.
| Constructor Summary | |
| TransformerBase.Task(java.lang.Object object,
                     javax.xml.transform.stream.StreamResult result) | |
| Method Summary | |
|  void | abort()Calls to the underlying translator to abort any calls to translation. | 
|  boolean | checkError()Did an error occur? | 
|  java.lang.Exception | getError()Get any error which occurred. | 
|  void | run()Perform the translation. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public TransformerBase.Task(java.lang.Object object,
                            javax.xml.transform.stream.StreamResult result)
                     throws javax.xml.transform.TransformerException
| Method Detail | 
public boolean checkError()
public java.lang.Exception getError()
public void abort()
public void run()
run in interface java.lang.Runnable| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||