Uses of Class
org.infinispan.remoting.responses.UnsuccessfulResponse
-
Packages that use UnsuccessfulResponse Package Description org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. -
-
Uses of UnsuccessfulResponse in org.infinispan.remoting.responses
Fields in org.infinispan.remoting.responses declared as UnsuccessfulResponse Modifier and Type Field Description static UnsuccessfulResponse
UnsuccessfulResponse. EMPTY
Methods in org.infinispan.remoting.responses that return UnsuccessfulResponse Modifier and Type Method Description static UnsuccessfulResponse
UnsuccessfulResponse. create(java.lang.Object value)
UnsuccessfulResponse
UnsuccessfulResponse.Externalizer. readObject(java.io.ObjectInput input)
Methods in org.infinispan.remoting.responses that return types with arguments of type UnsuccessfulResponse Modifier and Type Method Description java.util.Set<java.lang.Class<? extends UnsuccessfulResponse>>
UnsuccessfulResponse.Externalizer. getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type UnsuccessfulResponse Modifier and Type Method Description void
UnsuccessfulResponse.Externalizer. writeObject(java.io.ObjectOutput output, UnsuccessfulResponse response)
-