org.oXML.engine.template
Class ThreadTemplate.RunFunction

java.lang.Object
  extended byorg.oXML.type.Function
      extended byorg.oXML.type.TypeFunction
          extended byorg.oXML.engine.template.ThreadTemplate.RunFunction
Enclosing class:
ThreadTemplate

public class ThreadTemplate.RunFunction
extends TypeFunction


Constructor Summary
ThreadTemplate.RunFunction()
           
 
Method Summary
 Node invoke(Node target, Node[] args, RuntimeContext context)
           
 
Methods inherited from class org.oXML.type.TypeFunction
getDeclaringType, invoke, print
 
Methods inherited from class org.oXML.type.Function
getKey, getName, getSignature, printSignature, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadTemplate.RunFunction

public ThreadTemplate.RunFunction()
Method Detail

invoke

public Node invoke(Node target,
                   Node[] args,
                   RuntimeContext context)
            throws ObjectBoxException
Specified by:
invoke in class Function
Throws:
ObjectBoxException