org.infinispan.remoting.responses
Class UnsuccessfulResponse

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

public class UnsuccessfulResponse
extends ValidResponse

An unsuccessful response

Since:
4.0
Author:
Manik Surtani

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

Field Detail

INSTANCE

public static final UnsuccessfulResponse INSTANCE
Method Detail

isSuccessful

public boolean isSuccessful()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Google Analytics

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