org.infinispan.remoting.responses
Class UnsureResponse

java.lang.Object
  extended by org.infinispan.remoting.responses.ValidResponse
      extended by org.infinispan.remoting.responses.UnsureResponse
All Implemented Interfaces:
Response

public class UnsureResponse
extends ValidResponse

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)

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
static class UnsureResponse.Externalizer
           
 
Field Summary
static UnsureResponse INSTANCE
           
 
Constructor Summary
UnsureResponse()
           
 
Method Summary
 boolean isSuccessful()
           
 
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final UnsureResponse INSTANCE
Constructor Detail

UnsureResponse

public UnsureResponse()
Method Detail

isSuccessful

public boolean isSuccessful()

Google Analytics

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