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. -
-
Uses of MethodInvoker in org.jgroups.blocks
Fields in org.jgroups.blocks declared as MethodInvoker Modifier and Type Field Description protected MethodInvoker
RpcDispatcher. method_invoker
Methods in org.jgroups.blocks that return MethodInvoker Modifier and Type Method Description MethodInvoker
RpcDispatcher. getMethodInvoker()
Methods in org.jgroups.blocks with parameters of type MethodInvoker Modifier and Type Method Description RpcDispatcher
RpcDispatcher. setMethodInvoker(MethodInvoker mi)
-