Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Interface | Description |
---|---|---|
static interface |
RpcDispatcher.Marshaller2 |
Modifier and Type | Class | Description |
---|---|---|
static class |
RpcDispatcher.MarshallerAdapter |
Used to provide a Marshaller2 interface to a Marshaller.
|
Modifier and Type | Method | Description |
---|---|---|
RpcDispatcher.Marshaller |
RequestCorrelator.getMarshaller() |
|
RpcDispatcher.Marshaller |
RpcDispatcher.getMarshaller() |
|
RpcDispatcher.Marshaller |
RpcDispatcher.getRequestMarshaller() |
|
RpcDispatcher.Marshaller |
RpcDispatcher.getResponseMarshaller() |
Modifier and Type | Method | Description |
---|---|---|
void |
RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller) |
|
void |
RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m) |
|
void |
RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m) |
|
void |
RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m) |
Constructor | Description |
---|---|
MarshallerAdapter(RpcDispatcher.Marshaller marshaller) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.