org.jgroups.protocols
public class DEADLOCK extends RpcProtocol
Method Summary | |
---|---|
int | getCombinedResults() Mcasts getResult() to all members (including itself). |
String | getName() |
static int | getResult() Returns a random integer value between 1 and 10 |
boolean | handleDownEvent(Event evt)
Callback. |
boolean | handleUpEvent(Event evt)
Callback. |
int | sendRequest(Address dest) |
void | start() |
void | stop() |
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.