Uses of Class
org.infinispan.remoting.responses.UnsuccessfulResponse

Packages that use UnsuccessfulResponse
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
static UnsuccessfulResponse UnsuccessfulResponse.INSTANCE
           
 

Methods in org.infinispan.remoting.responses that return UnsuccessfulResponse
 UnsuccessfulResponse UnsuccessfulResponse.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.remoting.responses that return types with arguments of type UnsuccessfulResponse
 Set<Class<? extends UnsuccessfulResponse>> UnsuccessfulResponse.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.remoting.responses with parameters of type UnsuccessfulResponse
 void UnsuccessfulResponse.Externalizer.writeObject(ObjectOutput output, UnsuccessfulResponse object)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.