org.oXML.engine.template
Class ThreadTemplate

java.lang.Object
  extended byorg.oXML.engine.template.ThreadTemplate
All Implemented Interfaces:
Template

public class ThreadTemplate
extends java.lang.Object
implements Template


Nested Class Summary
 class ThreadTemplate.RunFunction
           
 
Constructor Summary
ThreadTemplate(Template body, Expression priority, Expression daemon)
           
 
Method Summary
 void process(RuntimeContext rc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadTemplate

public ThreadTemplate(Template body,
                      Expression priority,
                      Expression daemon)
Method Detail

process

public void process(RuntimeContext rc)
             throws ObjectBoxException
Specified by:
process in interface Template
Throws:
ObjectBoxException