Uses of Class org.jgroups.SuspectedException

Uses in package org.jgroups.blocks

Methods which throw type org.jgroups.SuspectedException

Object
RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout)
Object
RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout)
Object
RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
Object
MessageDispatcher.sendMessage(Message msg, int mode, long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response.
Object
RpcDispatcher.sendMessage(Message msg, int mode, long timeout)

Uses in package org.jgroups.stack

Methods which throw type org.jgroups.SuspectedException

Object
RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout)
Object
RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout)
Object
RpcProtocol.callRemoteMethod(Address dest, String method_name, int mode, long timeout)
Object
RpcProtocol.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
Object
MessageProtocol.sendMessage(Message msg, int mode, long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response.

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.