See: Description
Interface | Description |
---|---|
ResponseFilter |
A mechanism of filtering RPC responses.
|
RpcManager |
Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to
the registered
Transport . |
Class | Description |
---|---|
RpcManagerImpl |
This component really is just a wrapper around a
Transport implementation,
and is used to set up the transport and provide lifecycle and dependency hooks into external transport
implementations. |
Enum | Description |
---|---|
ResponseMode |
Represents different handling mechanisms when dealing with remote command responses.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.