public static class WikittyServiceNotifier.EventPropagator extends Object implements WikittyListener
| Modifier and Type | Field and Description |
|---|---|
protected WikittyServiceNotifier.RemoteNotifierTransporter |
transporter |
protected WikittyServiceNotifier |
ws
Notifier service reference reference.
|
CLEAR_EXTENSION_METHOD, CLEAR_WIKITTY_METHOD, PUT_EXTENSION_METHOD, PUT_WIKITTY_METHOD, REMOVE_EXTENSION_METHOD, REMOVE_WIKITTY_METHOD| Constructor and Description |
|---|
WikittyServiceNotifier.EventPropagator(org.nuiton.util.ApplicationConfig config,
WikittyServiceNotifier ws,
WikittyServiceNotifier.RemoteNotifierTransporter transporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearExtension(WikittyEvent event) |
void |
clearWikitty(WikittyEvent event) |
void |
putExtension(WikittyEvent event)
toto[1.0]
|
void |
putWikitty(WikittyEvent event) |
void |
removeExtension(WikittyEvent event) |
void |
removeWikitty(WikittyEvent event) |
protected void |
sendMessage(WikittyEvent event)
Send a jgroup message to all other channel member.
|
protected WikittyServiceNotifier ws
protected WikittyServiceNotifier.RemoteNotifierTransporter transporter
public WikittyServiceNotifier.EventPropagator(org.nuiton.util.ApplicationConfig config,
WikittyServiceNotifier ws,
WikittyServiceNotifier.RemoteNotifierTransporter transporter)
protected void sendMessage(WikittyEvent event)
event - message to sendpublic void putWikitty(WikittyEvent event)
putWikitty in interface WikittyListenerpublic void removeWikitty(WikittyEvent event)
removeWikitty in interface WikittyListenerpublic void clearWikitty(WikittyEvent event)
clearWikitty in interface WikittyListenerpublic void putExtension(WikittyEvent event)
WikittyListenerputExtension in interface WikittyListenerpublic void removeExtension(WikittyEvent event)
removeExtension in interface WikittyListenerpublic void clearExtension(WikittyEvent event)
clearExtension in interface WikittyListenerCopyright © 2009-2013 CodeLutin. All Rights Reserved.