Package org.infinispan.remoting.rpc

Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.

See:
          Description

Interface Summary
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 Summary
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.
RpcOptions Classes that wraps all the configuration parameters to configure a remote invocation.
RpcOptionsBuilder It builds RpcOptions instances with the options to be used in remote invocations.
 

Enum Summary
ResponseMode Represents different handling mechanisms when dealing with remote command responses.
 

Package org.infinispan.remoting.rpc Description

Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.


-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.