org.jgroups.protocols
public class RpcProtocolEXAMPLE extends RpcProtocol
Method Summary | |
---|---|
Object | bar(int a, int b) |
void | foo() |
String | getName() |
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.