Uses of Package
org.infinispan.remoting.rpc

Packages that use org.infinispan.remoting.rpc
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa XA transaction support. 
 

Classes in org.infinispan.remoting.rpc used by org.infinispan
RpcManager
          Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.distribution
RpcManager
          Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.interceptors.base
RpcManager
          Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.remoting.responses
ResponseFilter
          A mechanism of filtering RPC responses.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.remoting.rpc
ResponseFilter
          A mechanism of filtering RPC responses.
ResponseMode
          Represents different handling mechanisms when dealing with remote command responses.
RpcManager
          Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.remoting.transport
ResponseFilter
          A mechanism of filtering RPC responses.
ResponseMode
          Represents different handling mechanisms when dealing with remote command responses.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.remoting.transport.jgroups
ResponseFilter
          A mechanism of filtering RPC responses.
ResponseMode
          Represents different handling mechanisms when dealing with remote command responses.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.statetransfer
RpcManager
          Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.transaction.xa
RpcManager
          Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
 


Google Analytics

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