Uses of Interface
org.jgroups.blocks.MethodLookup
-
Packages that use MethodLookup Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of MethodLookup in org.jgroups.blocks
Fields in org.jgroups.blocks declared as MethodLookup Modifier and Type Field Description protected MethodLookup
RpcDispatcher. method_lookup
Methods in org.jgroups.blocks that return MethodLookup Modifier and Type Method Description MethodLookup
RpcDispatcher. getMethodLookup()
Methods in org.jgroups.blocks with parameters of type MethodLookup Modifier and Type Method Description RpcDispatcher
RpcDispatcher. setMethodLookup(MethodLookup method_lookup)
-