net.sf.kernow.transform
Class CallableCachedTransform

java.lang.Object
  extended by net.sf.kernow.transform.CallableCachedTransform
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class CallableCachedTransform
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>


Constructor Summary
CallableCachedTransform(CachedStylesheetTransformer transformer, java.io.File sourceXMLFile, javax.xml.transform.Templates compiledStylesheet, java.lang.String stylesheetPath, javax.xml.transform.Result result, java.util.HashMap<java.lang.String,java.lang.Object> params)
          Creates a new instance of CallableCachedTransform
 
Method Summary
 java.lang.Boolean call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableCachedTransform

public CallableCachedTransform(CachedStylesheetTransformer transformer,
                               java.io.File sourceXMLFile,
                               javax.xml.transform.Templates compiledStylesheet,
                               java.lang.String stylesheetPath,
                               javax.xml.transform.Result result,
                               java.util.HashMap<java.lang.String,java.lang.Object> params)
Creates a new instance of CallableCachedTransform

Method Detail

call

public java.lang.Boolean call()
                       throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Boolean>
Throws:
java.lang.Exception