Uses of Class
org.jgroups.util.Rsp

Packages that use Rsp
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of Rsp in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as Rsp
protected  Rsp<T> UnicastRequest.result
           
 

Methods in org.jgroups.blocks that return Rsp
 Rsp<T> UnicastRequest.getResult()
           
 

Uses of Rsp in org.jgroups.util
 

Methods in org.jgroups.util that return Rsp
 Rsp<T> RspList.get(java.lang.Object key)
          Returns the Rsp associated with address key
 Rsp<T> RspList.put(Address key, Rsp<T> value)
           
 Rsp<T> RspList.remove(java.lang.Object key)
           
 

Methods in org.jgroups.util that return types with arguments of type Rsp
 java.util.Set<java.util.Map.Entry<Address,Rsp<T>>> RspList.entrySet()
           
 java.util.Iterator<Rsp<T>> RspList.iterator()
           
 java.util.Collection<Rsp<T>> RspList.values()
           
 

Methods in org.jgroups.util with parameters of type Rsp
 Rsp<T> RspList.put(Address key, Rsp<T> value)
           
 

Method parameters in org.jgroups.util with type arguments of type Rsp
 void RspList.putAll(java.util.Map<? extends Address,? extends Rsp<T>> m)
           
 

Constructor parameters in org.jgroups.util with type arguments of type Rsp
RspList(java.util.Collection<Rsp<T>> responses)
          Adds a list of responses
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.