Class BiasRevocationResponse
- java.lang.Object
-
- org.infinispan.remoting.responses.ValidResponse
-
- org.infinispan.remoting.responses.SuccessfulResponse
-
- org.infinispan.remoting.responses.BiasRevocationResponse
-
- All Implemented Interfaces:
Response
public class BiasRevocationResponse extends SuccessfulResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BiasRevocationResponse.Externalizer
-
Field Summary
-
Fields inherited from class org.infinispan.remoting.responses.SuccessfulResponse
SUCCESSFUL_EMPTY_RESPONSE
-
-
Constructor Summary
Constructors Constructor Description BiasRevocationResponse(Object responseValue, Address[] waitFor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address[]
getWaitList()
-
Methods inherited from class org.infinispan.remoting.responses.SuccessfulResponse
create, equals, getResponseValue, hashCode, isSuccessful, toString
-
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid
-
-