org.jacorb.poa

Class RequestController

Implemented Interfaces:
Configurable

public final class RequestController
extends Thread
implements Configurable

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:
$Id: RequestController.java,v 1.31 2004/05/06 12:40:00 nicolas Exp $

Author:
Reimo Tiedemann, FU Berlin

Method Summary

void
configure(Configuration myConfiguration)
void
run()
the main loop for dispatching requests to request processors

Method Details

configure

public void configure(Configuration myConfiguration)
            throws ConfigurationException


run

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