|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutException | |
org.javagroups | |
org.javagroups.blocks | |
org.javagroups.stack | |
org.javagroups.util |
Uses of TimeoutException in org.javagroups |
Methods in org.javagroups that throw TimeoutException | |
abstract java.lang.Object |
Channel.receive(long timeout)
Receives a message, a view change or a block event. |
abstract java.lang.Object |
Channel.peek(long timeout)
Returns the next message, view, block, suspect or other event without removing it from the queue. |
java.lang.Object |
JChannel.receive(long timeout)
Blocking receive method. |
java.lang.Object |
JChannel.peek(long timeout)
Just peeks at the next message, view or block. |
java.lang.Object |
EnsChannel.receive(long timeout)
|
java.lang.Object |
EnsChannel.peek(long timeout)
|
Uses of TimeoutException in org.javagroups.blocks |
Methods in org.javagroups.blocks that throw TimeoutException | |
java.lang.Object |
MessageDispatcher.sendMessage(Message msg,
int mode,
long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response. |
java.lang.Object |
RpcDispatcher.sendMessage(Message msg,
int mode,
long timeout)
|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
java.lang.String method_name,
int mode,
long timeout)
Deprecated. use callRemoteMethod(Address,MethodCall, int, long); |
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
int mode,
long timeout)
Deprecated. use callRemoteMethod(Address,MethodCall, int, long); |
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
java.lang.Object arg2,
int mode,
long timeout)
Deprecated. use callRemoteMethod(Address,MethodCall, int, long); |
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
int mode,
long timeout)
Deprecated. use callRemoteMethod(Address,MethodCall, int, long); |
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
|
Uses of TimeoutException in org.javagroups.stack |
Methods in org.javagroups.stack that throw TimeoutException | |
java.lang.Object |
MessageProtocol.sendMessage(Message msg,
int mode,
long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response. |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
int mode,
long timeout)
|
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
int mode,
long timeout)
Deprecated. this method results in an invalid method call if the argument is null |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
java.lang.Object arg2,
int mode,
long timeout)
Deprecated. this method results in an invalid method call if the argument is null |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
int mode,
long timeout)
Deprecated. this method results in an invalid method call if the argument is null |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
int mode,
long timeout)
Deprecated. this method results in an invalid method call if the argument is null |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5,
int mode,
long timeout)
Deprecated. this method results in an invalid method call if the argument is null |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
|
Uses of TimeoutException in org.javagroups.util |
Methods in org.javagroups.util that throw TimeoutException | |
java.lang.Object |
Queue.remove(long timeout)
Removes 1 element from the head. |
java.lang.Object |
Queue.peek(long timeout)
returns the first object on the queue, without removing it. |
java.lang.Object |
LinkedListQueue.remove(long timeout)
Removes 1 element from the head. |
java.lang.Object |
LinkedListQueue.peek(long timeout)
returns the first object on the queue, without removing it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |