Class UnsuccessfulResponse
java.lang.Object
org.infinispan.remoting.responses.ValidResponse
org.infinispan.remoting.responses.UnsuccessfulResponse
- All Implemented Interfaces:
Response
An unsuccessful response
- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UnsuccessfulResponse
boolean
int
hashCode()
boolean
toString()
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid
-
Field Details
-
EMPTY
-
-
Method Details
-
create
-
isSuccessful
public boolean isSuccessful() -
getResponseValue
- Specified by:
getResponseValue
in classValidResponse
-
toString
- Overrides:
toString
in classValidResponse
-
equals
-
hashCode
public int hashCode()
-