|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyNonFunctionalException | |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
org.objectweb.proactive.core.body.request | Defines the request messages based of the common message layer. |
org.objectweb.proactive.core.exceptions.manager | ProActive exceptions mechanism. |
org.objectweb.proactive.core.exceptions.proxy | Non Functional exceptions occuring in a proxy. |
Uses of ProxyNonFunctionalException in org.objectweb.proactive.core.body.future |
Methods in org.objectweb.proactive.core.body.future that return ProxyNonFunctionalException | |
ProxyNonFunctionalException |
FutureResult.getNFE()
|
Constructors in org.objectweb.proactive.core.body.future with parameters of type ProxyNonFunctionalException | |
FutureResult(java.lang.Object result,
java.lang.Throwable exception,
ProxyNonFunctionalException nfe)
|
Uses of ProxyNonFunctionalException in org.objectweb.proactive.core.body.request |
Methods in org.objectweb.proactive.core.body.request with parameters of type ProxyNonFunctionalException | |
Reply |
RequestImpl.serveAlternate(Body targetBody,
ProxyNonFunctionalException nfe)
|
Reply |
BodyRequest.serveAlternate(Body targetBody,
ProxyNonFunctionalException nfe)
|
Reply |
AwaitedRequest.serveAlternate(Body targetBody,
ProxyNonFunctionalException nfe)
|
Reply |
Request.serveAlternate(Body targetBody,
ProxyNonFunctionalException nfe)
Create a fake but valid reply by encapsulating a non functional exception instead of a result |
Uses of ProxyNonFunctionalException in org.objectweb.proactive.core.exceptions.manager |
Methods in org.objectweb.proactive.core.exceptions.manager with parameters of type ProxyNonFunctionalException | |
static int |
NFEManager.fireNFE(ProxyNonFunctionalException e,
AbstractProxy proxy)
|
Uses of ProxyNonFunctionalException in org.objectweb.proactive.core.exceptions.proxy |
Subclasses of ProxyNonFunctionalException in org.objectweb.proactive.core.exceptions.proxy | |
class |
FailedGroupRendezVousException
|
class |
FutureCreationException
|
class |
FutureTimeoutException
|
class |
SendRequestCommunicationException
|
class |
ServiceFailedCallerNFE
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |