org.infinispan.remoting.responses
Class InvalidResponse

java.lang.Object
  extended by org.infinispan.remoting.responses.InvalidResponse
All Implemented Interfaces:
Response
Direct Known Subclasses:
ExceptionResponse, RequestIgnoredResponse

public abstract class InvalidResponse
extends Object
implements Response

An invalid response

Since:
4.0
Author:
Manik Surtani

Constructor Summary
InvalidResponse()
           
 
Method Summary
 boolean isSuccessful()
           
 boolean isValid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidResponse

public InvalidResponse()
Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface Response

isSuccessful

public boolean isSuccessful()
Specified by:
isSuccessful in interface Response

toString

public String toString()
Overrides:
toString in class Object

Google Analytics

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