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.config Cache configuration beans and parsers. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors.base   
org.infinispan.remoting.responses   
org.infinispan.remoting.rpc   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa   
 

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.config
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
          // TODO: Manik: Document this!
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
          // TODO: Manik: Document this!
 

Classes in org.infinispan.remoting.rpc used by org.infinispan.remoting.transport.jgroups
ResponseFilter
          A mechanism of filtering RPC responses.
ResponseMode
          // TODO: Manik: Document this!
 

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.
 



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