org.jacorb.poa
Class RequestController

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jacorb.poa.RequestController
All Implemented Interfaces:
java.lang.Runnable

public final class RequestController
extends java.lang.Thread

This class manages all request processing affairs. The main thread takes the requests out from the queue and will see that the necessary steps are taken.

Version:
1.11, 10/26/99, RT $Id: RequestController.java,v 1.27 2004/01/02 01:50:07 andre.spiegel Exp $
Author:
Reimo Tiedemann, FU Berlin

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void run()
          the main loop for dispatching requests to request processors
 
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
 

Method Detail

run

public void run()
the main loop for dispatching requests to request processors