|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | This package contains classes related to component requests. |
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. |
Methods in org.objectweb.proactive.core.body.message with parameters of type Message | |
void |
MessageEventProducerImpl.notifyListeners(Message message,
int type,
UniqueID bodyID,
int requestQueueLength)
|
void |
MessageEventProducerImpl.notifyListeners(Message message,
int type,
UniqueID bodyID)
|
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 |
AwaitedRequest
This class defines a particular request that is subject to wait-by-necessity mecanism. |
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.
|
Constructors in org.objectweb.proactive.core.event with parameters of type Message | |
MessageEvent(Message message,
int messageActionType,
UniqueID destinationID,
int requestQueueLength)
Creates a new MessageEvent based on the message
message and on the given action |
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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |