urv.omolsr.core
Interface UnicastHandlerListener
- All Known Subinterfaces:
- Handler
- All Known Implementing Classes:
- StandardHandler
public interface UnicastHandlerListener
The Handler extends this interface in order to handle the control and data
messages.
- Author:
- Gerard Paris Aixala
handleIncomingDataMessage
boolean handleIncomingDataMessage(org.jgroups.Message msg)
- Handles incoming unicast data messages
- Parameters:
msg
-
- Returns:
- true if the message must be passed up
handleOutgoingDataMessage
void handleOutgoingDataMessage(org.jgroups.Message msg)