Uses of Class
org.objectweb.proactive.core.exceptions.NonFunctionalException

Packages that use NonFunctionalException
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
org.objectweb.proactive.core.body.proxy **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.exceptions.body Non Functional exceptions occuring in a body.  
org.objectweb.proactive.core.exceptions.manager ProActive exceptions mechanism.  
org.objectweb.proactive.core.exceptions.proxy Non Functional exceptions occuring in a proxy.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body with parameters of type NonFunctionalException
 int HalfBody.fireNFE(NonFunctionalException e)
           
 int UniversalBodyForwarder.fireNFE(UniqueID id, NonFunctionalException e)
           
 int BodyForwarderImpl.fireNFE(UniqueID id, NonFunctionalException e)
           
 int BodyAdapterImpl.fireNFE(NonFunctionalException e)
           
 int RemoteBodyForwarder.fireNFE(UniqueID id, NonFunctionalException e)
           
 int RemoteBody.fireNFE(NonFunctionalException e)
           
 int BodyAdapterForwarder.fireNFE(NonFunctionalException e)
           
 int AbstractUniversalBody.fireNFE(NonFunctionalException e)
           
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body.http
 

Methods in org.objectweb.proactive.core.body.http with parameters of type NonFunctionalException
 int HttpRemoteBodyImpl.fireNFE(NonFunctionalException e)
           
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body.ibis
 

Methods in org.objectweb.proactive.core.body.ibis with parameters of type NonFunctionalException
 int IbisRemoteBodyImpl.fireNFE(NonFunctionalException e)
           
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body.proxy
 

Methods in org.objectweb.proactive.core.body.proxy with parameters of type NonFunctionalException
 int AbstractProxy.fireNFE(NonFunctionalException e)
           
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body.rmi
 

Methods in org.objectweb.proactive.core.body.rmi with parameters of type NonFunctionalException
 int RmiRemoteBodyForwarderImpl.fireNFE(UniqueID id, NonFunctionalException e)
           
 int RmiRemoteBodyImpl.fireNFE(NonFunctionalException e)
           
 

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

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.body
 class BodyNonFunctionalException
           
 class NewActiveFailedNFE
          Contrary to what Guillaume C. said.
 class SendReplyCommunicationException
           
 class ServiceFailedCalleeNFE
           
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.manager
 

Methods in org.objectweb.proactive.core.exceptions.manager with parameters of type NonFunctionalException
 boolean TypedNFEListener.handleNFE(NonFunctionalException e)
           
static void NFEManager.defaultNFEHandler(NonFunctionalException nfe)
           
 int NFEListenerList.fireNFE(NonFunctionalException e)
           
 boolean NFEListener.handleNFE(NonFunctionalException e)
           
 int NFEProducer.fireNFE(NonFunctionalException e)
           
 

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

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.proxy
 class FailedGroupRendezVousException
           
 class FutureCreationException
           
 class FutureTimeoutException
           
 class ProxyNonFunctionalException
           
 class SendRequestCommunicationException
           
 class ServiceFailedCallerNFE
           
 

Uses of NonFunctionalException in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type NonFunctionalException
 int UniversalBodyWrapper.fireNFE(NonFunctionalException e)
           
 

Uses of NonFunctionalException in org.objectweb.proactive.ext.security
 

Methods in org.objectweb.proactive.ext.security with parameters of type NonFunctionalException
 int EncryptedBody.fireNFE(NonFunctionalException e)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.