public class RequestProcessor extends Thread implements InvocationContext, Configurable
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
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
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic void configure(Configuration configuration) throws ConfigurationException
configure in interface ConfigurableConfigurationExceptionpublic byte[] getObjectId()
getObjectId in interface InvocationContextpublic ORB getORB()
getORB in interface InvocationContextpublic POA getPOA()
getPOA in interface InvocationContextpublic Servant getServant()
getServant in interface InvocationContextCopyright © 2017 JacORB. All rights reserved.