|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServeException | |
org.objectweb.proactive.core.body.request | Defines the request messages based of the common message layer. |
org.objectweb.proactive.core.component.request | Requests addressed to components are extensions of standard ProActive requests, and are processed by the component request queue, an extension of the standard ProActive request queue. |
org.objectweb.proactive.ext.locationserver | Defines a Body associated with a location server able to give the location of one body on demand. |
Uses of ServeException in org.objectweb.proactive.core.body.request |
Methods in org.objectweb.proactive.core.body.request that throw ServeException | |
Reply |
RequestImpl.serve(Body targetBody)
|
protected java.lang.Object |
RequestImpl.serveInternal(Body targetBody)
|
Reply |
BodyRequest.serve(Body targetBody)
|
protected void |
BodyRequest.serveInternal(Body targetBody)
|
Reply |
Request.serve(Body targetBody)
Serves this request by executing the embedded method call using the given targetBody . |
Uses of ServeException in org.objectweb.proactive.core.component.request |
Methods in org.objectweb.proactive.core.component.request that throw ServeException | |
protected java.lang.Object |
ComponentRequestImpl.serveInternal(Body targetBody)
redirects the call to the adequate component metaobject |
Uses of ServeException in org.objectweb.proactive.ext.locationserver |
Methods in org.objectweb.proactive.ext.locationserver that throw ServeException | |
Reply |
TimedRequestWithLocationServer.serve(Body targetBody)
|
Reply |
RequestWithLocationServer.serve(Body targetBody)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |