Uses of Class
org.infinispan.remoting.responses.UnsuccessfulResponse
Packages that use UnsuccessfulResponse
Package
Description
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 UnsuccessfulResponseMethods in org.infinispan.remoting.responses that return UnsuccessfulResponseModifier and TypeMethodDescriptionstatic UnsuccessfulResponse
UnsuccessfulResponse.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.remoting.responses that return types with arguments of type UnsuccessfulResponseModifier and TypeMethodDescriptionSet
<Class<? extends UnsuccessfulResponse>> UnsuccessfulResponse.Externalizer.getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type UnsuccessfulResponseModifier and TypeMethodDescriptionvoid
UnsuccessfulResponse.Externalizer.writeObject
(ObjectOutput output, UnsuccessfulResponse response)