org.infinispan.remoting.responses
Class SuccessfulResponse
java.lang.Object
org.infinispan.remoting.responses.ValidResponse
org.infinispan.remoting.responses.SuccessfulResponse
- All Implemented Interfaces:
- Response
public class SuccessfulResponse
- extends ValidResponse
A successful response
- Since:
- 4.0
- Author:
- Manik Surtani
SuccessfulResponse
public SuccessfulResponse()
SuccessfulResponse
public SuccessfulResponse(Object responseValue)
isSuccessful
public boolean isSuccessful()
getResponseValue
public Object getResponseValue()
setResponseValue
public void setResponseValue(Object responseValue)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.