|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpcDispatcher.Marshaller | |
---|---|
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 | |
---|---|
static interface |
RpcDispatcher.Marshaller2
|
Classes in org.jgroups.blocks that implement RpcDispatcher.Marshaller | |
---|---|
static class |
RpcDispatcher.MarshallerAdapter
Used to provide a Marshaller2 interface to a Marshaller. |
Methods in org.jgroups.blocks that return RpcDispatcher.Marshaller | |
---|---|
RpcDispatcher.Marshaller |
RpcDispatcher.getMarshaller()
|
RpcDispatcher.Marshaller |
RequestCorrelator.getMarshaller()
|
RpcDispatcher.Marshaller |
RpcDispatcher.getRequestMarshaller()
|
RpcDispatcher.Marshaller |
RpcDispatcher.getResponseMarshaller()
|
Methods in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller | |
---|---|
void |
RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m)
|
void |
RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller)
|
void |
RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m)
|
void |
RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m)
|
Constructors in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller | |
---|---|
RpcDispatcher.MarshallerAdapter(RpcDispatcher.Marshaller marshaller)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |