Class ValidResponse
- java.lang.Object
-
- org.infinispan.remoting.responses.ValidResponse
-
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
SuccessfulResponse
,UnsuccessfulResponse
,UnsureResponse
public abstract class ValidResponse extends java.lang.Object implements Response
A valid response- Since:
- 4.0
- Author:
- manik
-
-
Constructor Summary
Constructors Constructor Description ValidResponse()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.Object
getResponseValue()
boolean
isValid()
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.remoting.responses.Response
isSuccessful
-
-