|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
mss.ea.al | This package contains basic skeletons for algorithms. |
Uses of Message in mss.ea.al |
Classes in mss.ea.al that implement Message | |
class |
AbstractMessage
Abstract base class of a message. |
class |
CollectionMessage
Default implementation of a message transporting a collection of objects. |
class |
Notification
Default implementation of a notification message. |
class |
ObjectMessage
Default implementation of a message transporting a single object. |
Fields in mss.ea.al declared as Message | |
protected Message |
FlowElement.receivedMessage
The message that has been received from the channel. |
protected Message |
MessageChannel.message
Transported message. |
Methods in mss.ea.al that return Message | |
Message |
MessageChannel.get()
Gets a message from this channel. |
Methods in mss.ea.al with parameters of type Message | |
void |
MessageChannel.put(Message m)
Put a message on this channel. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |