|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.WikittyServiceNotifier.RemoteNotifier
public static class WikittyServiceNotifier.RemoteNotifier
Class used to notify remote listener. This class is realy activate only if wikitty.notifier.transporter.class configuration is found and wikitty.service.event.propagateEvent is true
| Field Summary | |
|---|---|
protected boolean |
propagateEvent
Indique si les objects sont propages (true) vers les autres caches ou simplement supprimes des autres caches (false). |
protected WikittyServiceNotifier.RemoteNotifierTransporter |
transporter
|
static java.lang.String |
WIKITTY_EVENT_PROPAGATE_OPTION
Indique si les objects sont propages (true) vers les autres caches ou simplement supprimes des autres caches (false). |
static java.lang.String |
WIKITTY_NOTIFIER_TRANSPORTER_CLASS
notifier class name in configuration that this service must used |
protected WikittyServiceNotifier |
ws
Notifier service reference reference. |
| Fields inherited from interface org.nuiton.wikitty.WikittyServiceListener |
|---|
CLEAR_EXTENSION_METHOD, CLEAR_WIKITTY_METHOD, PUT_EXTENSION_METHOD, PUT_WIKITTY_METHOD, REMOVE_EXTENSION_METHOD, REMOVE_WIKITTY_METHOD |
| Constructor Summary | |
|---|---|
WikittyServiceNotifier.RemoteNotifier(WikittyServiceNotifier ws,
java.util.Properties props)
|
|
| Method Summary | |
|---|---|
void |
clearExtension(WikittyServiceEvent event)
|
void |
clearWikitty(WikittyServiceEvent event)
|
void |
putExtension(WikittyServiceEvent event)
toto[1.0] |
void |
putWikitty(WikittyServiceEvent event)
|
void |
removeExtension(WikittyServiceEvent event)
|
void |
removeWikitty(WikittyServiceEvent event)
|
protected void |
sendMessage(WikittyServiceEvent event)
Send a jgroup message to all other channel member. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WIKITTY_EVENT_PROPAGATE_OPTION
false.
public static final java.lang.String WIKITTY_NOTIFIER_TRANSPORTER_CLASS
protected WikittyServiceNotifier ws
protected boolean propagateEvent
WikittyServiceCached#WIKITTY_PROPAGATE_CACHE_OPTIONprotected WikittyServiceNotifier.RemoteNotifierTransporter transporter
| Constructor Detail |
|---|
public WikittyServiceNotifier.RemoteNotifier(WikittyServiceNotifier ws,
java.util.Properties props)
| Method Detail |
|---|
protected void sendMessage(WikittyServiceEvent event)
event - message to sendpublic void putWikitty(WikittyServiceEvent event)
putWikitty in interface WikittyServiceListenerpublic void removeWikitty(WikittyServiceEvent event)
removeWikitty in interface WikittyServiceListenerpublic void clearWikitty(WikittyServiceEvent event)
clearWikitty in interface WikittyServiceListenerpublic void putExtension(WikittyServiceEvent event)
WikittyServiceListener
putExtension in interface WikittyServiceListenerpublic void removeExtension(WikittyServiceEvent event)
removeExtension in interface WikittyServiceListenerpublic void clearExtension(WikittyServiceEvent event)
clearExtension in interface WikittyServiceListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||