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

Packages that use Response
org.infinispan.remoting Remote communication between cache instances. 
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
 

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.
 

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 UnsureResponse
          An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since the sender is in a state of flux (probably in the middle of rebalancing)
 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.rpc
 

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

Methods in org.infinispan.remoting.rpc 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.transport
 

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

Method parameters in org.infinispan.remoting.transport with type arguments of type Response
protected  boolean AbstractTransport.parseResponseAndAddToResponseList(Object value, List<Response> retval, boolean wasSuspected, boolean wasReceived, Address sender, boolean usedResponseFilter)
           
 

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(Collection<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, boolean usePriorityQueue, ResponseFilter responseFilter, boolean supportReplay)
           
 


Google Analytics

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