|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageFactory
| Method Summary | |
|---|---|
IBroker |
createBroker()
Creates an instance of a Broker, witch can dispatch a synchronous and asynchronous messages or even create an instance of a MessageFactory |
IMessage |
createMessage(java.lang.String label,
ISourceMessage source)
Produces a message without parameters. |
IMessage |
createMessage(java.lang.String label,
ISourceMessage source,
java.lang.Object parameters)
Produces a message with parameters. |
| Method Detail |
|---|
IBroker createBroker()
IMessage createMessage(java.lang.String label,
ISourceMessage source)
label - message labelsource - object witch is sending the message
IMessage createMessage(java.lang.String label,
ISourceMessage source,
java.lang.Object parameters)
label - message labelsource - object witch is sending the messageparameters - parameters of the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||