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.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.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
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
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
           
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
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
           
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
MetaObjectFactory
           A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
ProActiveMetaObjectFactory
           
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
           
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
           
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 ? October 2004 INRIA All Rights Reserved.