org.jacorb.poa

Class RequestController

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.34 2006/06/27 10:51:19 alphonse.bendt Exp $

Author: Reimo Tiedemann

Method Summary
voidconfigure(Configuration myConfiguration)
voidrun()
the main loop for dispatching requests to request processors

Method Detail

configure

public void configure(Configuration myConfiguration)

run

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