Uses of Interface
org.infinispan.remoting.responses.Response

Packages that use Response
org.infinispan.remoting   
org.infinispan.remoting.responses   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
 

Uses of Response in org.infinispan.remoting
 

Methods in org.infinispan.remoting that return Response
 Response InboundInvocationHandlerImpl.handle(CacheRpcCommand cmd)
           
 Response InboundInvocationHandler.handle(CacheRpcCommand command)
          Invokes a command on the cache, from a remote source.
 

Methods in org.infinispan.remoting that return types with arguments of type Response
 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.
 

Methods in org.infinispan.remoting with parameters of type Response
 boolean ResponseFilter.isAcceptable(Response response, Address sender)
          Determines whether a response from a given sender should be added to the response list of the request
 

Uses of Response in org.infinispan.remoting.responses
 

Classes in org.infinispan.remoting.responses that implement Response
 class ExceptionResponse
          A response that encapsulates an exception
 class ExtendedResponse
          A response with extended information
 class InvalidResponse
          An invalid response
 class RequestIgnoredResponse
          Indicates that the request was ignored,
 class SuccessfulResponse
          A successful response
 class UnsuccessfulResponse
          An unsuccessful response
 class ValidResponse
          A valid response
 

Methods in org.infinispan.remoting.responses that return Response
 Response ExtendedResponse.getResponse()
           
 Response ResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 Response DistributionResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 Response DefaultResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 

Methods in org.infinispan.remoting.responses with parameters of type Response
 boolean ClusteredGetResponseValidityFilter.isAcceptable(Response response, Address address)
           
 

Constructors in org.infinispan.remoting.responses with parameters of type Response
ExtendedResponse(Response response, boolean replayIgnoredRequests)
           
 

Uses of Response in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport that return types with arguments of type Response
 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 Response in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups that return Response
protected  Response CommandAwareRpcDispatcher.executeCommand(CacheRpcCommand cmd, org.jgroups.Message req)
           
 

Methods in org.infinispan.remoting.transport.jgroups that return types with arguments of type Response
 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.