Uses of Interface
org.jgroups.blocks.RpcDispatcher.Marshaller
-
Packages that use RpcDispatcher.Marshaller Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of RpcDispatcher.Marshaller in org.jgroups.blocks
Subinterfaces of RpcDispatcher.Marshaller in org.jgroups.blocks Modifier and Type Interface Description static interfaceRpcDispatcher.Marshaller2Classes in org.jgroups.blocks that implement RpcDispatcher.Marshaller Modifier and Type Class Description static classRpcDispatcher.MarshallerAdapterUsed to provide a Marshaller2 interface to a Marshaller.Methods in org.jgroups.blocks that return RpcDispatcher.Marshaller Modifier and Type Method Description RpcDispatcher.MarshallerRequestCorrelator. getMarshaller()RpcDispatcher.MarshallerRpcDispatcher. getMarshaller()RpcDispatcher.MarshallerRpcDispatcher. getRequestMarshaller()RpcDispatcher.MarshallerRpcDispatcher. getResponseMarshaller()Methods in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller Modifier and Type Method Description voidRequestCorrelator. setMarshaller(RpcDispatcher.Marshaller marshaller)voidRpcDispatcher. setMarshaller(RpcDispatcher.Marshaller m)voidRpcDispatcher. setRequestMarshaller(RpcDispatcher.Marshaller m)voidRpcDispatcher. setResponseMarshaller(RpcDispatcher.Marshaller m)Constructors in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller Constructor Description MarshallerAdapter(RpcDispatcher.Marshaller marshaller)
-