| java.lang.Object java.lang.Thread org.jacorb.poa.RequestProcessor
RequestProcessor | public class RequestProcessor extends Thread implements InvocationContext,Configurable(Code) | | This thread performs the request processing, the actual method invocation and
it returns the ServerRequest object to the ORB.
author: Reimo Tiedemann, FU Berlin version: $Id: RequestProcessor.java,v 1.38 2007/02/15 12:56:06 andre.spiegel Exp $ |
begin | synchronized void begin()(Code) | | starts the request processor
|
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
end | synchronized void end()(Code) | | terminates the request processor
|
getObjectId | public byte[] getObjectId()(Code) | | returns the oid associated current servant invocation
|
getPOA | public POA getPOA()(Code) | | returns the poa that has dispatched the request
|
getServant | public Servant getServant()(Code) | | returns the actual servant
|
isActive | boolean isActive()(Code) | | |
run | public void run()(Code) | | the main loop for request processing
|
|
|