|
org.net2map.pov.p2p.MessageBroker Class ReferenceInheritance diagram for org.net2map.pov.p2p.MessageBroker:
[legend]Collaboration diagram for org.net2map.pov.p2p.MessageBroker:
[legend]List of all members.
Detailed Description
Some kind of "Postman" object: it receive messages, and dispatch them to tho objects who have "subscribed" to them.
- Author:
- Philippe MOULIN
Definition at line 37 of file MessageBroker.java.
Constructor & Destructor Documentation
Member Function Documentation
Here is the call graph for this function:
Here is the call graph for this function:
| synchronized void org.net2map.pov.p2p.MessageBroker.handleIncomingMessage |
( |
Message |
theMessage, |
|
|
RemoteNode |
theSender |
|
) |
|
|
Here is the call graph for this function:
Here is the call graph for this function:
| synchronized void org.net2map.pov.p2p.MessageBroker.removePOV_MessageReceiver |
( |
String |
messageTag |
) |
|
|
| synchronized void org.net2map.pov.p2p.MessageBroker.sendRequestToRemoteNodes |
( |
String |
theRequest, |
|
|
String |
theTag |
|
) |
|
|
| synchronized void org.net2map.pov.p2p.MessageBroker.sendResponseToRemoteNode |
( |
String |
theResponse, |
|
|
org.net2map.pov.p2p.RemoteNode |
theRequester, |
|
|
String |
theTag |
|
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file:
|
|