|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Message | |
| jegg | The main JEgg package
|
| jegg.impl | |
| Uses of Message in jegg |
| Methods in jegg that return Message | |
Message |
EggContext.createMessage(java.lang.Object m)
Create a message at the default priority that is ready to be directly written to a message port. |
Message |
EggContext.createMessage(java.lang.Object m,
Priority p)
Create a message at the specified priority that is ready to be directly written to a message port. |
Message |
EggContext.getCurrentMessage()
Return the message wrapper of the application message that is currently being handled. |
| Methods in jegg with parameters of type Message | |
void |
Port.send(Message m)
Deliver a message to the egg that owns this port. |
| Uses of Message in jegg.impl |
| Classes in jegg.impl that implement Message | |
class |
MessageImpl
Used to wrap an application message that is being sent from one egg to another. |
| Methods in jegg.impl that return Message | |
Message |
EggContextImpl.createMessage(java.lang.Object m)
|
Message |
EggContextImpl.createMessage(java.lang.Object m,
Priority p)
|
Message |
EggContextImpl.getCurrentMessage()
|
| Methods in jegg.impl with parameters of type Message | |
void |
PortImpl.send(Message m)
Deliver a message to the egg that owns this port. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||