Uses of Package
org.infinispan.remoting.responses

Packages that use org.infinispan.remoting.responses
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
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
 

Classes in org.infinispan.remoting.responses used by org.infinispan
ResponseGenerator
          A component that generates responses as is expected by different cache setups
 

Classes in org.infinispan.remoting.responses used by org.infinispan.remoting
Response
          A response to be sent back to a remote caller
 

Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.responses
InvalidResponse
          An invalid response
RequestIgnoredResponse
          Indicates that the request was ignored,
Response
          A response to be sent back to a remote caller
ResponseGenerator
          A component that generates responses as is expected by different cache setups
UnsuccessfulResponse
          An unsuccessful response
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)
ValidResponse
          A valid response
 

Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.rpc
Response
          A response to be sent back to a remote caller
 

Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport
Response
          A response to be sent back to a remote caller
 

Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport.jgroups
Response
          A response to be sent back to a remote caller
 


Google Analytics

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