Uses of Package
org.infinispan.commands.remote

Packages that use org.infinispan.commands.remote
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.remote.recovery   
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
ClusteredGetCommand
          Issues a remote get call.
MultipleRpcCommand
          Command that implements cluster replication logic.
SingleRpcCommand
          Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.control
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.read
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote
BaseRpcCommand
           
BaseRpcInvokingCommand
          Base class for RPC commands.
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote.recovery
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.tx
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.remoting
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.remoting.responses
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.util.logging
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 


-->

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