Uses of Package
org.objectweb.proactive.core.body

Packages that use org.objectweb.proactive.core.body
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.ft.message Defines message logs, i.e. messages that have to be resent after a recovery.  
org.objectweb.proactive.core.body.ft.protocols Defines specific behavior for each implemented fault-tolerance protocol.  
org.objectweb.proactive.core.body.ft.protocols.cic.managers Defines active object behavior for the CIC protocol.  
org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers Defines active object behavior for the PML protocol.  
org.objectweb.proactive.core.body.ft.servers Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors.  
org.objectweb.proactive.core.body.ft.servers.faultdetection Defines fault-detection interface of the fault-tolerance server.  
org.objectweb.proactive.core.body.ft.servers.location Defines the location interface of fault-tolerance server, i.e. for retrieving a reference on a failed-and-restart active object.  
org.objectweb.proactive.core.body.ft.servers.util Defines util classes for fault-tolerance servers.  
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.http.util.messages Contains all types of messages usefull for HTTP communications
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.reply Defines the reply messages based of the common message layer.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
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 This package and sub-packages provide an implementation with ProActive of the Fractal 2.0 component model.  
org.objectweb.proactive.core.component.body Component meta-objects are created from the ComponentBody.  
org.objectweb.proactive.core.component.request This package contains classes related to component requests.  
org.objectweb.proactive.core.event The active object created with ProActive generated events on demand when a listener registers to one component of the active object.  
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.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.core.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.runtime.http HTTP implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
org.objectweb.proactive.ext.locationserver Defines a Body associated with a location server able to give the location of one body on demand.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
org.objectweb.proactive.ext.security.exceptions   
org.objectweb.proactive.ext.util Provides some utility classes for end user usage or used across the extension package.  
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive
LocalBodyStrategy
          An object implementing this interface is an implementation of one part of the local view of the body of an active object.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body
AbstractBody
          **For internal use only**
This class gives a common implementation of the Body interface.
AbstractUniversalBody
          **For internal use only**
This class gives a common implementation of the UniversalBody interface.
BodyAdapter
          An adapter for a RemoteBody.
BodyAdapterForwarder
          An adapter for a RemoteBodyForwarder.
BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
BodyMap
          **For internal use only**
This class is a Map between UniqueID and either remote or local bodies.
HalfBody
           
LocalBodyStore
          **For internal use only**
This class store all active bodies known in the current JVM.
LocalBodyStrategy
          An object implementing this interface is an implementation of one part of the local view of the body of an active object.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
RemoteBody
          An object implementing this interface provides the minimum service a body offers remotely.
RemoteBodyFactory
           A class implementing this interface is a factory of RequestReceiver objects.
RemoteBodyForwarder
          An object implementing this interface provides the minimum service a body forwarder offers remotely.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
UniversalBodyForwarder
           
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.ft.message
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.ft.protocols
AbstractBody
          **For internal use only**
This class gives a common implementation of the 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 used by org.objectweb.proactive.core.body.ft.protocols.cic.managers
AbstractBody
          **For internal use only**
This class gives a common implementation of the 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 used by org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers
AbstractBody
          **For internal use only**
This class gives a common implementation of the 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 used by org.objectweb.proactive.core.body.ft.servers
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.ft.servers.faultdetection
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.ft.servers.location
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.ft.servers.util
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.future
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.http
BodyAdapter
          An adapter for a RemoteBody.
BodyAdapterImpl
          An adapter for a RemoteBody.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
          THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
RemoteBody
          An object implementing this interface provides the minimum service a body offers remotely.
RemoteBodyFactory
           A class implementing this interface is a factory of RequestReceiver objects.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.http.util.messages
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.ibis
BodyAdapter
          An adapter for a RemoteBody.
BodyAdapterImpl
          An adapter for a RemoteBody.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
          THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
RemoteBody
          An object implementing this interface provides the minimum service a body offers remotely.
RemoteBodyFactory
           A class implementing this interface is a factory of RequestReceiver objects.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.jini
BodyAdapter
          An adapter for a RemoteBody.
BodyAdapterImpl
          An adapter for a RemoteBody.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
          THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
RemoteBody
          An object implementing this interface provides the minimum service a body offers remotely.
RemoteBodyFactory
           A class implementing this interface is a factory of RequestReceiver objects.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.migration
AbstractBody
          **For internal use only**
This class gives a common implementation of the Body interface.
AbstractUniversalBody
          **For internal use only**
This class gives a common implementation of the UniversalBody interface.
BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
LocalBodyStrategy
          An object implementing this interface is an implementation of one part of the local view of the body of an active object.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.proxy
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.reply
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.request
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.body.rmi
BodyAdapter
          An adapter for a RemoteBody.
BodyAdapterImpl
          An adapter for a RemoteBody.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
          THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
RemoteBody
          An object implementing this interface provides the minimum service a body offers remotely.
RemoteBodyFactory
           A class implementing this interface is a factory of RequestReceiver objects.
RemoteBodyForwarder
          An object implementing this interface provides the minimum service a body forwarder offers remotely.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
UniversalBodyForwarder
           
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.component
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.component.body
AbstractBody
          **For internal use only**
This class gives a common implementation of the Body interface.
AbstractUniversalBody
          **For internal use only**
This class gives a common implementation of the UniversalBody interface.
BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
LocalBodyStrategy
          An object implementing this interface is an implementation of one part of the local view of the body of an active object.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.component.request
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.event
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.exceptions.body
LocalBodyStrategy
          An object implementing this interface is an implementation of one part of the local view of the body of an active object.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.exceptions.manager
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.mop
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.runtime
BodyAdapterForwarder
          An adapter for a RemoteBodyForwarder.
BodyForwarderImpl
          A BodyForwarderImpl is not a Body but a forwarder.
RemoteBodyForwarder
          An object implementing this interface provides the minimum service a body forwarder offers remotely.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.runtime.http
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.runtime.ibis
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.core.runtime.rmi
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.ext.locationserver
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
          THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.ext.mixedlocation
BodyAdapter
          An adapter for a RemoteBody.
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
          THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
RemoteBodyFactory
           A class implementing this interface is a factory of RequestReceiver objects.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.ext.security
BodyAdapter
          An adapter for a RemoteBody.
LocalBodyStrategy
          An object implementing this interface is an implementation of one part of the local view of the body of an active object.
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.ext.security.exceptions
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

Classes in org.objectweb.proactive.core.body used by org.objectweb.proactive.ext.util
UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 



Copyright 2001-2005 INRIA All Rights Reserved.