|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WikittyServiceNotifier.RemoteNotifierTransporter
This interface must be implemented to send and received remote message. Only sendMessage method is in interface but you must write receive method too, but this method is protocol specific and can't appear in interface
| Method Summary | |
|---|---|
void |
sendMessage(WikittyEvent event)
Send a jgroup message to all other channel member. |
void |
setWikittyServiceNotifier(WikittyServiceNotifier ws)
this method must be call before RemoteNotifierTransporter utilisation to indicate which service use it |
| Method Detail |
|---|
void setWikittyServiceNotifier(WikittyServiceNotifier ws)
ws -
void sendMessage(WikittyEvent event)
throws Exception
event - message to send
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||