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

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

Uses of UnsureResponse in org.infinispan.remoting.responses
 

Fields in org.infinispan.remoting.responses declared as UnsureResponse
static UnsureResponse UnsureResponse.INSTANCE
           
 

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

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

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


-->

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