org.jacorb.poa
Class RequestProcessor
Thread
org.jacorb.poa.RequestProcessor
- Configurable, InvocationContext
public class RequestProcessor
extends Thread
This thread performs the request processing, the actual method invocation and
it returns the ServerRequest object to the ORB.
Version:
- Reimo Tiedemann, FU Berlin
void | configure(Configuration configuration)
|
ORB | getORB() - returns the orb that has received the request
|
byte[] | getObjectId() - returns the oid associated current servant invocation
|
POA | getPOA() - returns the poa that has dispatched the request
|
Servant | getServant() - returns the actual servant
|
void | run() - the main loop for request processing
|
configure
public void configure(Configuration configuration)
throws ConfigurationException
run
public void run()
the main loop for request processing