Uses of Interface
org.objectweb.proactive.core.body.RemoteBody

Packages that use RemoteBody
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.rmi The body of an active object act as a hub of communication with other remote objects.  
 

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

Classes in org.objectweb.proactive.core.body that implement RemoteBody
 class BodyAdapterForwarder
          An adapter for a RemoteBodyForwarder.
 

Fields in org.objectweb.proactive.core.body declared as RemoteBody
protected  RemoteBody BodyAdapterImpl.proxiedRemoteBody
          The encapsulated RmiRemoteBody
 

Methods in org.objectweb.proactive.core.body with parameters of type RemoteBody
protected  void BodyAdapterImpl.construct(RemoteBody remoteBody)
           
 

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

Classes in org.objectweb.proactive.core.body.http that implement RemoteBody
 class HttpRemoteBodyImpl
           
 

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

Subinterfaces of RemoteBody in org.objectweb.proactive.core.body.ibis
 interface IbisRemoteBody
          An object implementing this interface provides the minimum service a body offers remotely through IBIS.
 

Classes in org.objectweb.proactive.core.body.ibis that implement RemoteBody
 class IbisRemoteBodyImpl
           
 

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

Classes in org.objectweb.proactive.core.body.jini that implement RemoteBody
 class JiniRemoteBodyImpl
          An adapter for a LocalBody to be able to receive jini calls.
 

Constructors in org.objectweb.proactive.core.body.jini with parameters of type RemoteBody
JiniBodyAdapter(RemoteBody remoteBody)
           
 

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

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

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



Copyright 2001-2005 INRIA All Rights Reserved.