|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A general interface for mechanisms that can broadcast messages to a given context (for example, across multiple threads, processes, hosts, networks, etc).
Nested Class Summary | |
static class |
Broadcaster.BroadcastingException
|
Method Summary | |
void |
broadCast(java.lang.Object obj)
Broadcast the given object. |
void |
dispose()
Dispose of any resource used by this object |
Method Detail |
public void broadCast(java.lang.Object obj) throws Broadcaster.BroadcastingException
obj
- the object to broadcast
Broadcaster.BroadcastingException
- if the broadcast failspublic void dispose() throws Broadcaster.BroadcastingException
Broadcaster.BroadcastingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |