Package org.infinispan.remoting.responses

Abstractions of the different response types allowed during RPC.

See:
          Description

Interface Summary
Response A response to be sent back to a remote caller
ResponseGenerator A component that generates responses as is expected by different cache setups
 

Class Summary
ClusteredGetResponseValidityFilter A filter that tests the validity of ClusteredGetCommands.
DefaultResponseGenerator The default response generator for most cache modes
DistributionResponseGenerator A response generator for the DIST cache mode
ExceptionResponse A response that encapsulates an exception
ExceptionResponse.Externalizer  
ExtendedResponse A response with extended information
ExtendedResponse.Externalizer  
InvalidResponse An invalid response
RequestIgnoredResponse Indicates that the request was ignored,
RequestIgnoredResponse.Externalizer  
SuccessfulResponse A successful response
SuccessfulResponse.Externalizer  
UnsuccessfulResponse An unsuccessful response
UnsuccessfulResponse.Externalizer  
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)
UnsureResponse.Externalizer  
ValidResponse A valid response
 

Package org.infinispan.remoting.responses Description

Abstractions of the different response types allowed during RPC.


Google Analytics

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