|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBroadcast
Common interface for all broadcast implementation.
Method Summary | |
---|---|
Message |
asynchDeliver()
Deliver asynchronously the last available received message. |
boolean |
availableMessage()
|
void |
broadcast(java.lang.Object data)
Broadcast data to all processes of the system. |
Message |
synchDeliver()
Deliver synchronously the last available received message. |
Method Detail |
---|
void broadcast(java.lang.Object data) throws CommunicationException
data
- the data to be sent
CommunicationException
- in case of problemMessage synchDeliver()
Message asynchDeliver()
null
immediatly.
null
if noneboolean availableMessage()
true
if one received message is available, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |