Uses of Interface
org.jgroups.blocks.MethodInvoker
-
Packages that use MethodInvoker Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.tests.perf -
-
Uses of MethodInvoker in org.jgroups.blocks
Fields in org.jgroups.blocks declared as MethodInvoker Modifier and Type Field Description protected MethodInvokerRpcDispatcher. method_invokerMethods in org.jgroups.blocks that return MethodInvoker Modifier and Type Method Description MethodInvokerRpcDispatcher. getMethodInvoker()Methods in org.jgroups.blocks with parameters of type MethodInvoker Modifier and Type Method Description RpcDispatcherRpcDispatcher. setMethodInvoker(MethodInvoker mi) -
Uses of MethodInvoker in org.jgroups.tests.perf
Classes in org.jgroups.tests.perf that implement MethodInvoker Modifier and Type Class Description classProgrammaticUPerfTests the UNICAST by invoking unicast RPCs between a sender and a receiver.
-