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 UnsuccessfulResponseUnsuccessfulResponse. EMPTYMethods in org.infinispan.remoting.responses that return UnsuccessfulResponse Modifier and Type Method Description static UnsuccessfulResponseUnsuccessfulResponse. create(Object value)UnsuccessfulResponseUnsuccessfulResponse.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.remoting.responses that return types with arguments of type UnsuccessfulResponse Modifier and Type Method Description Set<Class<? extends UnsuccessfulResponse>>UnsuccessfulResponse.Externalizer. getTypeClasses()Methods in org.infinispan.remoting.responses with parameters of type UnsuccessfulResponse Modifier and Type Method Description voidUnsuccessfulResponse.Externalizer. writeObject(ObjectOutput output, UnsuccessfulResponse response)
-