|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerRequest | |
org.jacorb.orb | |
org.jacorb.orb.portableInterceptor | |
org.jacorb.poa |
Uses of ServerRequest in org.jacorb.orb |
Methods in org.jacorb.orb with parameters of type ServerRequest | |
void |
BasicAdapter.deliverRequest(ServerRequest request,
POA poa)
to be called from the POA, code duplicated for performance reasons to avoid synchronization in the private version of this method. |
void |
BasicAdapter.return_result(ServerRequest request)
to be called from the POA |
Uses of ServerRequest in org.jacorb.orb.portableInterceptor |
Fields in org.jacorb.orb.portableInterceptor declared as ServerRequest | |
ServerRequest |
ServerRequestInfoImpl.request
|
Constructors in org.jacorb.orb.portableInterceptor with parameters of type ServerRequest | |
ServerRequestInfoImpl(ORB orb,
ServerRequest request,
Servant servant)
|
Uses of ServerRequest in org.jacorb.poa |
Methods in org.jacorb.poa that return ServerRequest | |
protected ServerRequest |
RequestQueue.getElementAndRemove(int rid)
|
protected ServerRequest |
RequestQueue.getFirst()
|
protected ServerRequest |
RequestQueue.removeFirst()
|
protected ServerRequest |
RequestQueue.removeLast()
|
Methods in org.jacorb.poa with parameters of type ServerRequest | |
void |
RequestQueueListener.requestAddedToQueue(ServerRequest request,
int queue_size)
|
void |
RequestQueueListener.requestRemovedFromQueue(ServerRequest request,
int queue_size)
|
protected void |
RequestQueue.add(ServerRequest request)
Adds a request to this queue. |
void |
POAMonitorImpl.requestAddedToQueue(ServerRequest request,
int queue_size)
|
void |
POAMonitorImpl.requestRemovedFromQueue(ServerRequest request,
int queue_size)
|
void |
POAAdapter.requestAddedToQueue(ServerRequest request,
int queue_size)
|
void |
POAAdapter.requestRemovedFromQueue(ServerRequest request,
int queue_size)
|
void |
POA._invoke(ServerRequest request)
called from orb for handing over a request |
void |
EventMulticaster.requestAddedToQueue(ServerRequest request,
int queue_size)
|
void |
EventMulticaster.requestRemovedFromQueue(ServerRequest request,
int queue_size)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |