Uses of Interface
org.objectweb.proactive.core.body.message.MessageEventProducer

Packages that use MessageEventProducer
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.message **For internal use only** Defines the common message layer of Requests and Replies.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
org.objectweb.proactive.core.component.body Component meta-objects are created from the ComponentBody.  
 

Uses of MessageEventProducer in org.objectweb.proactive
 

Subinterfaces of MessageEventProducer in org.objectweb.proactive
 interface Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

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

Classes in org.objectweb.proactive.core.body that implement MessageEventProducer
 class AbstractBody
          **For internal use only**
This class gives a common implementation of the Body interface.
 class ActiveBody
           
 class BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
 class HalfBody
           
 

Uses of MessageEventProducer in org.objectweb.proactive.core.body.message
 

Classes in org.objectweb.proactive.core.body.message that implement MessageEventProducer
 class MessageEventProducerImpl
           
 

Uses of MessageEventProducer in org.objectweb.proactive.core.body.migration
 

Classes in org.objectweb.proactive.core.body.migration that implement MessageEventProducer
 class MigratableBody
           
 

Uses of MessageEventProducer in org.objectweb.proactive.core.component.body
 

Classes in org.objectweb.proactive.core.component.body that implement MessageEventProducer
 class ComponentBodyImpl
          This class has been inserted into the bodies hierarchy in order to instantiate the component metaobject (ProActiveComponent).
 



Copyright © April 2004 INRIA All Rights Reserved.