Uses of Package
org.objectweb.proactive

Packages that use org.objectweb.proactive
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.checkpointing Defines the implementation of an active object checkpoint.  
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.identity The ProActiveComponentIdentityImpl class is the base class for the component meta-objects.  
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.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
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.group Provides all classes needed to use group communications in ProActive.  
org.objectweb.proactive.core.group.spmd Provides classes needed to use SPMD model in ProActive.  
org.objectweb.proactive.core.node Defines the generic Nodes used in ProActive.  
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.migration Defines strategies of migration based on itinerary.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.util Provides some utility classes for end user usage or used across the extension package.  
org.objectweb.proactive.ext.webservices.utils   
org.objectweb.proactive.p2p.api.worker   
org.objectweb.proactive.p2p.service   
org.objectweb.proactive.p2p.service.node   
 

Classes in org.objectweb.proactive used by org.objectweb.proactive
Active
           Active is the root of the all interfaces related to the activity of an active object.
ActiveObjectCreationException
          An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body
Active
           Active is the root of the all interfaces related to the activity of an active object.
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.ft.checkpointing
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.http
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.ibis
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.jini
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.migration
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.proxy
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.reply
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.request
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.body.rmi
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.component
Active
           Active is the root of the all interfaces related to the activity of an active object.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.component.body
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.component.identity
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.component.request
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.descriptor.data
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.event
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.group
ActiveObjectCreationException
          An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.group.spmd
ActiveObjectCreationException
          An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.node
ActiveObjectCreationException
          An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.runtime
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.runtime.http
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.runtime.ibis
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.core.runtime.jini
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.ext.locationserver
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.ext.migration
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.ext.mixedlocation
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
Job
          An object implemementing this Interface provides access to its jobID
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.ext.util
Active
           Active is the root of the all interfaces related to the activity of an active object.
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
RunActive
           RunActive is related to the activity of an active object.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.ext.webservices.utils
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.p2p.api.worker
Active
           Active is the root of the all interfaces related to the activity of an active object.
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
InitActive
           InitActive is related to the initialization of the activity of an active object.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.p2p.service
Active
           Active is the root of the all interfaces related to the activity of an active object.
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
InitActive
           InitActive is related to the initialization of the activity of an active object.
RunActive
           RunActive is related to the activity of an active object.
 

Classes in org.objectweb.proactive used by org.objectweb.proactive.p2p.service.node
Active
           Active is the root of the all interfaces related to the activity of an active object.
Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
EndActive
           EndActive is related to the finalization of an active object.
InitActive
           InitActive is related to the initialization of the activity of an active object.
RunActive
           RunActive is related to the activity of an active object.
 



Copyright ? April 2005 INRIA All Rights Reserved.