Uses of Interface
org.objectweb.proactive.core.exceptions.manager.NFEProducer

Packages that use NFEProducer
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
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.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
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.component.body Component meta-objects are created from the ComponentBody.  
org.objectweb.proactive.core.exceptions.manager ProActive exceptions mechanism.  
org.objectweb.proactive.core.group Provides all classes needed to use group communications in ProActive.  
org.objectweb.proactive.core.group.topology Provides all classes to represent group by a topology (i.e. line, plan, ring, torus, ...)  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Uses of NFEProducer in org.objectweb.proactive
 

Subinterfaces of NFEProducer in org.objectweb.proactive
 interface Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

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

Subinterfaces of NFEProducer in org.objectweb.proactive.core.body
 interface UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body that implement NFEProducer
 class AbstractBody
          **For internal use only**
This class gives a common implementation of the Body interface.
 class AbstractUniversalBody
          **For internal use only**
This class gives a common implementation of the UniversalBody interface.
 class ActiveBody
           
 class BodyAdapter
          An adapter for a RemoteBody.
 class BodyAdapterForwarder
          An adapter for a RemoteBodyForwarder.
 class BodyAdapterImpl
          An adapter for a RemoteBody.
 class BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
 class HalfBody
           
 

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

Classes in org.objectweb.proactive.core.body.http that implement NFEProducer
 class HttpBodyAdapter
          An HTTP adapter for a RemoteBody.
 

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

Classes in org.objectweb.proactive.core.body.ibis that implement NFEProducer
 class IbisBodyAdapter
          An IBIS adapter for a RemoteBody.
 

Uses of NFEProducer in org.objectweb.proactive.core.body.jini
 

Classes in org.objectweb.proactive.core.body.jini that implement NFEProducer
 class JiniBodyAdapter
          An JINI adapter for a RemoteBody.
 

Uses of NFEProducer in org.objectweb.proactive.core.body.migration
 

Classes in org.objectweb.proactive.core.body.migration that implement NFEProducer
 class MigratableBody
           
 

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

Classes in org.objectweb.proactive.core.body.proxy that implement NFEProducer
 class AbstractBodyProxy
           
 class AbstractProxy
           
 class UniversalBodyProxy
           
 

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

Classes in org.objectweb.proactive.core.body.rmi that implement NFEProducer
 class RmiBodyAdapter
          An RMI adapter for a RemoteBody.
 class SshRmiBodyAdapter
          An RMISSH adapter for a RemoteBody.
 

Uses of NFEProducer in org.objectweb.proactive.core.component.body
 

Classes in org.objectweb.proactive.core.component.body that implement NFEProducer
 class ComponentBodyImpl
          This class has been inserted into the bodies hierarchy in order to instantiate the component metaobject (ProActiveComponent).
 

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

Classes in org.objectweb.proactive.core.exceptions.manager that implement NFEProducer
 class NFEListenerList
           
 

Uses of NFEProducer in org.objectweb.proactive.core.group
 

Classes in org.objectweb.proactive.core.group that implement NFEProducer
 class ProxyForGroup
           
 

Uses of NFEProducer in org.objectweb.proactive.core.group.topology
 

Classes in org.objectweb.proactive.core.group.topology that implement NFEProducer
 class Cube
          This class represents a group by a three-dimensional topology.
 class Hypercube
           
 class Line
          This class represents a group by a one-dimensional topology.
 class Plan
          This class represents a group by a two-dimensional topology.
 class Ring
          This class represents a group by a cycling one-dimensional topology.
 class Tetrahedron
          This one is specialy dedicaced to Fabrice ;)
 class TopologyGroup
          Topologies are groups.
 class Torus
          This class represents a group by a cycling two-dimensional topology.
 class TorusCube
          This class represents a group by a cycling three-dimensional topology.
 

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

Classes in org.objectweb.proactive.ext.mixedlocation that implement NFEProducer
 class UniversalBodyWrapper
           
 

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

Classes in org.objectweb.proactive.ext.security that implement NFEProducer
 class EncryptedBody
           
 



Copyright 2001-2005 INRIA All Rights Reserved.