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

Packages that use Message
org.objectweb.proactive.core.body.message **For internal use only** Defines the common message layer of Requests and Replies.  
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.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.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   
 

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

Classes in org.objectweb.proactive.core.body.message that implement Message
 class MessageImpl
           Implements a simple message encapsulating a method call between two active objects.
 

Uses of Message in org.objectweb.proactive.core.body.reply
 

Subinterfaces of Message in org.objectweb.proactive.core.body.reply
 interface Reply
           
 

Classes in org.objectweb.proactive.core.body.reply that implement Message
 class ReplyImpl
           
 

Uses of Message in org.objectweb.proactive.core.body.request
 

Subinterfaces of Message in org.objectweb.proactive.core.body.request
 interface Request
           A class implementing this interface is an object encapsulating a reified method call.
 

Classes in org.objectweb.proactive.core.body.request that implement Message
 class BodyRequest
           
 class RequestImpl
           
 

Uses of Message in org.objectweb.proactive.core.component.request
 

Subinterfaces of Message in org.objectweb.proactive.core.component.request
 interface ComponentRequest
          Marker interface.
 

Classes in org.objectweb.proactive.core.component.request that implement Message
 class ComponentRequestImpl
          Method calls to components are actually reified calls, and ComponentRequest contains a reification of the call.
 

Uses of Message in org.objectweb.proactive.core.event
 

Classes in org.objectweb.proactive.core.event that implement Message
 class MessageEvent
           A MessageEvent occurs when a Message get sent or received or when the treatment of a request begins or ends.
 

Uses of Message in org.objectweb.proactive.ext.locationserver
 

Classes in org.objectweb.proactive.ext.locationserver that implement Message
 class RequestWithLocationServer
           
 class TimedRequestWithLocationServer
           
 

Uses of Message in org.objectweb.proactive.ext.mixedlocation
 

Classes in org.objectweb.proactive.ext.mixedlocation that implement Message
 class RequestWithMixedLocation
           
 class TimedRequestWithMixedLocation
           
 



Copyright © April 2004 INRIA All Rights Reserved.