com.infoengine.SAK
Class BasicTasklet.WebjectRunner

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.infoengine.util.IEThread
          extended bycom.infoengine.SAK.BasicTasklet.WebjectRunner
All Implemented Interfaces:
Runnable
Enclosing class:
BasicTasklet

private class BasicTasklet.WebjectRunner
extends IEThread

Inner class for executing webjects in parallel.


Field Summary
(package private)  String classpath
           
(package private)  String compiler
           
(package private)  Locale locale
           
(package private)  String prefix
           
(package private)  Task subtask
           
(package private)  Task task
           
(package private)  Webject webject
           
 
Fields inherited from class com.infoengine.util.IEThread
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BasicTasklet.WebjectRunner(Webject webject, Task task)
           
 
Method Summary
 void run()
           
 
Methods inherited from class com.infoengine.util.IEThread
getParentThread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

classpath

String classpath

compiler

String compiler

prefix

String prefix

subtask

Task subtask

task

Task task

webject

Webject webject

locale

Locale locale
Constructor Detail

BasicTasklet.WebjectRunner

public BasicTasklet.WebjectRunner(Webject webject,
                                  Task task)
Method Detail

run

public void run()