| org.jgroups.stack.MessageProtocol org.jgroups.protocols.MessageProtocolEXAMPLE
handle | public Object handle(Message req)(Code) | | Callback. Called when a request for this protocol layer is received.
|
handleDownEvent | public boolean handleDownEvent(Event evt)(Code) | | Callback. Called by superclass when event may be handled.
Do not use PassDown in this method as the event is passed down
by default by the superclass after this method returns !
boolean Defaults to true. If false, event will not be passed down the stack. |
handleUpEvent | public boolean handleUpEvent(Event evt)(Code) | | Callback. Called by superclass when event may be handled.
Do not use PassUp in this method as the event is passed up
by default by the superclass after this method returns !
boolean Defaults to true. If false, event will not be passed up the stack. |
|
|