Deprecated Methods |
org.javagroups.blocks.RpcDispatcher.callRemoteMethod(Address, String, int, long)
use callRemoteMethod(Address,MethodCall, int, long); |
org.javagroups.blocks.RpcDispatcher.callRemoteMethod(Address, String, Object, int, long)
use callRemoteMethod(Address,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethod(Address, String, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.RpcDispatcher.callRemoteMethod(Address, String, Object, Object, int, long)
use callRemoteMethod(Address,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethod(Address, String, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.RpcDispatcher.callRemoteMethod(Address, String, Object, Object, Object, int, long)
use callRemoteMethod(Address,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethod(Address, String, Object, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.stack.RpcProtocol.callRemoteMethod(Address, String, Object, Object, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.stack.RpcProtocol.callRemoteMethod(Address, String, Object, Object, Object, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.RpcDispatcher.callRemoteMethods(Vector, String, int, long)
use callRemoteMethods(Vector,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethods(Vector, String, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.RpcDispatcher.callRemoteMethods(Vector, String, Object, int, long)
use callRemoteMethods(Vector,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethods(Vector, String, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.RpcDispatcher.callRemoteMethods(Vector, String, Object, Object, int, long)
use callRemoteMethods(Vector,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethods(Vector, String, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.RpcDispatcher.callRemoteMethods(Vector, String, Object, Object, Object, int, long)
use callRemoteMethods(Vector,MethodCall, int, long); |
org.javagroups.stack.RpcProtocol.callRemoteMethods(Vector, String, Object, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.stack.RpcProtocol.callRemoteMethods(Vector, String, Object, Object, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.stack.RpcProtocol.callRemoteMethods(Vector, String, Object, Object, Object, Object, Object, int, long)
this method results in an invalid method call if the argument is null |
org.javagroups.blocks.MethodCall.invoke(Object, MethodLookup)
use the invoke(Object) method and the MethodCall(method) constructor |
org.javagroups.blocks.PullPushAdapter.setMembershipListener(MembershipListener)
Use addMembershipListener |
Deprecated Constructors |
org.javagroups.blocks.MethodCall(String)
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |
org.javagroups.blocks.MethodCall(String, Object)
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |
org.javagroups.blocks.MethodCall(String, Object[])
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |
org.javagroups.blocks.MethodCall(String, Object, Object)
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |
org.javagroups.blocks.MethodCall(String, Object, Object, Object)
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |
org.javagroups.blocks.MethodCall(String, Object, Object, Object, Object)
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |
org.javagroups.blocks.MethodCall(String, Object, Object, Object, Object, Object)
use the complete constructor with a java.lang.reflect.Method argument since null
arguments can not be correctly handled using null arguments |