Package org.apache.catalina.tribes
Interface MessageListener
- 
- All Known Implementing Classes:
- ChannelCoordinator,- McastService
 
 public interface MessageListenerThe listener to be registered with the ChannelReceiver, internal Tribes component.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(ChannelMessage msg)voidmessageReceived(ChannelMessage msg)Receive a message from the IO components in the Channel stack
 
- 
- 
- 
Method Detail- 
messageReceivedvoid messageReceived(ChannelMessage msg) Receive a message from the IO components in the Channel stack- Parameters:
- msg- ChannelMessage
 
 - 
acceptboolean accept(ChannelMessage msg) 
 
- 
 
-