com.infoengine.webject.mgt
Class DispatchTasks.TaskRunner

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.infoengine.util.IEThread
          extended bycom.infoengine.webject.mgt.DispatchTasks.TaskRunner
All Implemented Interfaces:
Runnable
Enclosing class:
DispatchTasks

private class DispatchTasks.TaskRunner
extends IEThread

Inner class for executing tasks concurrently.


Field Summary
(package private)  Group form
           
(package private)  Task parent
           
(package private)  Vector taskProcessors
           
(package private)  String uri
           
(package private)  IeCollection VDB
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
DispatchTasks.TaskRunner(String uri, Vector taskProcessors, Group group, Group form, Task parent, Webject webject)
           
 
Method Summary
 IeCollection getVDB()
           
 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

form

Group form

parent

Task parent

taskProcessors

Vector taskProcessors

uri

String uri

VDB

IeCollection VDB
Constructor Detail

DispatchTasks.TaskRunner

public DispatchTasks.TaskRunner(String uri,
                                Vector taskProcessors,
                                Group group,
                                Group form,
                                Task parent,
                                Webject webject)
                         throws IEException
Method Detail

run

public void run()

getVDB

public IeCollection getVDB()