Uses of Class
org.infinispan.remoting.ResponseMode

Packages that use ResponseMode
org.infinispan.remoting   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
 

Uses of ResponseMode in org.infinispan.remoting
 

Methods in org.infinispan.remoting that return ResponseMode
static ResponseMode ResponseMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseMode[] ResponseMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.infinispan.remoting with parameters of type ResponseMode
 List<Response> RpcManagerImpl.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean stateTransferEnabled)
           
 List<Response> RpcManager.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean stateTransferEnabled)
          Invokes an RPC call on other caches in the cluster.
 List<Response> RpcManagerImpl.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, boolean stateTransferEnabled)
           
 List<Response> RpcManager.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, boolean stateTransferEnabled)
          Invokes an RPC call on other caches in the cluster.
 List<Response> RpcManagerImpl.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, ResponseFilter responseFilter, boolean stateTransferEnabled)
           
 List<Response> RpcManager.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, ResponseFilter responseFilter, boolean stateTransferEnabled)
          Invokes an RPC call on other caches in the cluster.
 

Uses of ResponseMode in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with parameters of type ResponseMode
 List<Response> Transport.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, ResponseFilter responseFilter, boolean supportReplay)
          Invokes an RPC call on other caches in the cluster.
 

Uses of ResponseMode in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type ResponseMode
 List<Response> JGroupsTransport.invokeRemotely(List<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, ResponseFilter responseFilter, boolean supportReplay)
           
 



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