org.jacorb.poa
public class RequestProcessor extends Thread implements InvocationContext, Configurable
Version: $Id: RequestProcessor.java,v 1.38 2007/02/15 12:56:06 andre.spiegel Exp $
Method Summary | |
---|---|
void | configure(Configuration configuration) |
byte[] | getObjectId()
returns the oid associated current servant invocation |
ORB | getORB()
returns the orb that has received the request |
POA | getPOA()
returns the poa that has dispatched the request |
Servant | getServant()
returns the actual servant |
void | run()
the main loop for request processing |