org.jgroups.protocols
public class MessageProtocolEXAMPLE extends MessageProtocol
Method Summary | |
---|---|
String | getName() |
Object | handle(Message req)
Callback. |
boolean | handleDownEvent(Event evt)
Callback. |
boolean | handleUpEvent(Event evt)
Callback. |
Do not use PassDown
in this method as the event is passed down
by default by the superclass after this method returns !
Returns: boolean Defaults to true. If false, event will not be passed down the stack.
Do not use PassUp
in this method as the event is passed up
by default by the superclass after this method returns !
Returns: boolean Defaults to true. If false, event will not be passed up the stack.