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.logging 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 Defines specific behavior for Communication-Induced Checkpointing protocol.  
org.objectweb.proactive.core.body.ft.util Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors.  
org.objectweb.proactive.core.body.ft.util.faultdetection Defines fault-detection interface of the fault-tolerance server.  
org.objectweb.proactive.core.body.ft.util.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.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.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 Requests addressed to components are extensions of standard ProActive requests, and are processed by the component request queue, an extension of the standard ProActive request queue.  
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.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.jini JINI 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.crypto **For internal use only** Provides the cryptographic services.  
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.
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.
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.ft.logging
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
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.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.ft.util.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.util.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.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
          Local view of an adapter, i.e. a generlized reference to 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.core.body.ibis
BodyAdapter
          Local view of an adapter, i.e. a generlized reference to an active object.
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.core.body.jini
BodyAdapter
          Local view of an adapter, i.e. a generlized reference to an active object.
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.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
          Local view of an adapter, i.e. a generlized reference to an active object.
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.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.runtime
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.jini
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
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
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.crypto
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 ? April 2005 INRIA All Rights Reserved.