|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.jacorb.poa.RequestProcessor
This thread performs the request processing, the actual method invocation and it returns the ServerRequest object to the ORB.
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
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 |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public byte[] getObjectId()
getObjectId
in interface InvocationContext
public ORB getORB()
getORB
in interface InvocationContext
public POA getPOA()
getPOA
in interface InvocationContext
public Servant getServant()
getServant
in interface InvocationContext
public void run()
run
in interface java.lang.Runnable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |