Uses of Package
org.infinispan.remoting.responses

Packages that use org.infinispan.remoting.responses
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
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
org.infinispan.transaction JTA transaction support. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

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

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

Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.responses
DistributionResponseGenerator
          A response generator for the DIST cache mode
ExceptionResponse
          A response that encapsulates an exception
InvalidResponse
          An invalid response
Response
          A response to be sent back to a remote caller
ResponseGenerator
          A component that generates responses as is expected by different cache setups
SuccessfulResponse
          A successful response
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
 

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

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


-->

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