Uses of Class
org.objectweb.proactive.core.body.request.ServeException

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 This package contains classes related to component requests.  
org.objectweb.proactive.core.exceptions.body Non Functional exceptions occuring in a body.  
org.objectweb.proactive.core.exceptions.proxy Non Functional exceptions occuring in a proxy.  
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  FutureResult RequestImpl.serveInternal(Body targetBody)
           
 Reply BodyRequest.serve(Body targetBody)
           
protected  void BodyRequest.serveInternal(Body targetBody)
           
 Reply AwaitedRequest.serve(Body targetBody)
          Serve the request.
 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  FutureResult ComponentRequestImpl.serveInternal(Body targetBody)
          redirects the call to the adequate component metaobject : either to a controller, through the chain of controllers, to a functional interface in the case of a composite (no preprocessing in that case), or directly executes the invocation on the base object if this component is a primitive component and the invocation is a functional invocation.
 

Uses of ServeException in org.objectweb.proactive.core.exceptions.body
 

Constructors in org.objectweb.proactive.core.exceptions.body with parameters of type ServeException
ServiceFailedCalleeNFE(java.lang.String message, ServeException e, LocalBodyStrategy body, Body bodyOnThis)
           
 

Uses of ServeException in org.objectweb.proactive.core.exceptions.proxy
 

Constructors in org.objectweb.proactive.core.exceptions.proxy with parameters of type ServeException
ServiceFailedCallerNFE(java.lang.String message, ServeException e)
           
 

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)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.