org.nuiton.wikitty
Interface WikittyServiceNotifier.RemoteNotifierTransporter
- All Known Implementing Classes:
- JGroupsNotifierTransporter, XMPPNotifierTransporter
- Enclosing class:
- WikittyServiceNotifier
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
sendMessage
void sendMessage(WikittyServiceEvent event)
throws java.lang.Exception
- Send a jgroup message to all other channel member.
- Parameters:
event - message to send
- Throws:
java.lang.Exception
Copyright © 2009-2010 CodeLutin. All Rights Reserved.