railo.runtime.concurrency
Class Caller

java.lang.Object
  extended by railo.runtime.concurrency.Caller
All Implemented Interfaces:
Callable<String>
Direct Known Subclasses:
UDFCaller

public abstract class Caller
extends Object
implements Callable<String>


Constructor Summary
Caller(PageContext parent)
           
 
Method Summary
abstract  void _call(PageContext parent, PageContext pc)
           
 String call()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Caller

public Caller(PageContext parent)
Method Detail

call

public final String call()
                  throws PageException
Specified by:
call in interface Callable<String>
Throws:
PageException

_call

public abstract void _call(PageContext parent,
                           PageContext pc)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo