Uses of Interface
org.objectweb.proactive.core.exceptions.Handlerizable

Packages that use Handlerizable
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.future Provides the definition and implementation of the future 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.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.core.mop **For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body.  
org.objectweb.proactive.ext.mixedlocation   
 

Uses of Handlerizable in org.objectweb.proactive
 

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

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

Subinterfaces of Handlerizable 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 Handlerizable
 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 BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
 class HalfBody
           
 

Uses of Handlerizable in org.objectweb.proactive.core.body.future
 

Subinterfaces of Handlerizable in org.objectweb.proactive.core.body.future
 interface Future
           An object implementing this interface if a place holder object for an upcomming result yet to come.
 interface LocalFuture
           
 

Classes in org.objectweb.proactive.core.body.future that implement Handlerizable
 class FutureProxy
          This proxy class manages the semantic of future objects
 

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

Classes in org.objectweb.proactive.core.body.http that implement Handlerizable
 class HttpRemoteBodyImpl
          An adapter for a LocalBody to be able to receive remote calls using HTTP.
 class RemoteBodyAdapter
           
 

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

Classes in org.objectweb.proactive.core.body.ibis that implement Handlerizable
 class IbisRemoteBodyAdapter
           
 

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

Classes in org.objectweb.proactive.core.body.jini that implement Handlerizable
 class JiniBodyAdapter
          An adapter for a JiniBody to be able to receive remote calls.
 

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

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

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

Subinterfaces of Handlerizable in org.objectweb.proactive.core.body.proxy
 interface BodyProxy
           
 

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

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

Subinterfaces of Handlerizable in org.objectweb.proactive.core.body.rmi
 interface RemoteBody
          An object implementing this interface provides the minimum service a body offers remotely.
 

Classes in org.objectweb.proactive.core.body.rmi that implement Handlerizable
 class RemoteBodyImpl
          An adapter for a LocalBody to be able to receive remote calls.
 class SshRemoteBodyAdapter
           
 

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

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

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

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

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

Classes in org.objectweb.proactive.core.group.topology that implement Handlerizable
 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 Handlerizable in org.objectweb.proactive.core.mop
 

Subinterfaces of Handlerizable in org.objectweb.proactive.core.mop
 interface Proxy
          The proxy interface This interface only defines one method.
 

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

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



Copyright ? October 2004 INRIA All Rights Reserved.