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

Packages that use ExceptionResponse
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
 

Uses of ExceptionResponse in org.infinispan.remoting.responses
 

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

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

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


-->

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