|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IMessage in anima.connector.javalocal |
|---|
| Methods in anima.connector.javalocal that return IMessage | |
|---|---|
IMessage |
JavaLocal1To1SyncConnector.syncMessage(IMessage theMessage)
This method receives public IMessage syncMessage(IMessage theMessage) { return receiver.syncMessage(theMessage); } |
| Methods in anima.connector.javalocal with parameters of type IMessage | |
|---|---|
void |
JavaLocal1To1AssyncConnector.assyncMessage(IMessage theMessage)
This method dispatches the IMessage received on the parameter using this.broker |
IMessage |
JavaLocal1To1SyncConnector.syncMessage(IMessage theMessage)
This method receives public IMessage syncMessage(IMessage theMessage) { return receiver.syncMessage(theMessage); } |
| Uses of IMessage in anima.message |
|---|
| Methods in anima.message that return IMessage | |
|---|---|
IMessage |
IMessageFactory.createMessage(java.lang.String label,
ISourceMessage source)
Produces a message without parameters. |
IMessage |
IMessageFactory.createMessage(java.lang.String label,
ISourceMessage source,
java.lang.Object parameters)
Produces a message with parameters. |
IMessage |
IBroker.dispatchSyncMessage(ISyncReceiver receiver,
IMessage message)
Dispatch an synchronous receiver, and our message |
IMessage |
ISyncReceiver.syncMessage(IMessage message)
This method receives a synchronous message and returns the message |
| Methods in anima.message with parameters of type IMessage | |
|---|---|
void |
IAssyncReceiver.assyncMessage(IMessage message)
Set a message to an AssyncReceiver |
void |
IBroker.dispatchAssyncMessage(IAssyncReceiver receiver,
IMessage message)
Dispatch an Asynchronous receiver, and our message |
IMessage |
IBroker.dispatchSyncMessage(ISyncReceiver receiver,
IMessage message)
Dispatch an synchronous receiver, and our message |
IMessage |
ISyncReceiver.syncMessage(IMessage message)
This method receives a synchronous message and returns the message |
| Uses of IMessage in anima.message.javalocal |
|---|
| Classes in anima.message.javalocal that implement IMessage | |
|---|---|
class |
JavaLocalMessage
Contains a message that a component can send to other. |
| Methods in anima.message.javalocal that return IMessage | |
|---|---|
IMessage |
JavaLocalMessageFactory.createMessage(java.lang.String label,
ISourceMessage source)
|
IMessage |
JavaLocalMessageFactory.createMessage(java.lang.String label,
ISourceMessage source,
java.lang.Object parameters)
|
IMessage |
JavaLocalBroker.dispatchSyncMessage(ISyncReceiver receiver,
IMessage message)
|
| Methods in anima.message.javalocal with parameters of type IMessage | |
|---|---|
void |
JavaLocalBroker.dispatchAssyncMessage(IAssyncReceiver receiver,
IMessage message)
|
IMessage |
JavaLocalBroker.dispatchSyncMessage(ISyncReceiver receiver,
IMessage message)
|
| Uses of IMessage in examples.message.assyncpingpong01 |
|---|
| Methods in examples.message.assyncpingpong01 with parameters of type IMessage | |
|---|---|
void |
Pong.assyncMessage(IMessage message)
|
| Uses of IMessage in examples.message.assyncpingpong02 |
|---|
| Methods in examples.message.assyncpingpong02 with parameters of type IMessage | |
|---|---|
void |
Pong.assyncMessage(IMessage message)
|
void |
Ping.assyncMessage(IMessage message)
|
| Uses of IMessage in examples.message.syncpingpong |
|---|
| Methods in examples.message.syncpingpong that return IMessage | |
|---|---|
IMessage |
Pong.syncMessage(IMessage message)
|
| Methods in examples.message.syncpingpong with parameters of type IMessage | |
|---|---|
IMessage |
Pong.syncMessage(IMessage message)
|
| Uses of IMessage in examples.statistics.v03 |
|---|
| Methods in examples.statistics.v03 that return IMessage | |
|---|---|
IMessage |
StatisticsComponentSyncMessage.syncMessage(IMessage message)
|
| Methods in examples.statistics.v03 with parameters of type IMessage | |
|---|---|
IMessage |
StatisticsComponentSyncMessage.syncMessage(IMessage message)
|
| Uses of IMessage in examples.statistics.v05 |
|---|
| Methods in examples.statistics.v05 with parameters of type IMessage | |
|---|---|
void |
StatisticsConsumerComponentAssyncMessage.assyncMessage(IMessage message)
|
void |
StatisticsComponentAssyncMessage.assyncMessage(IMessage message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||