Uses of Class
com.thoughtworks.proxy.toys.multicast.Multicasting.MulticastingWith

Packages that use Multicasting.MulticastingWith
com.thoughtworks.proxy.toys.multicast A toy to perform a single call on multiple objects and manage the results. 
 

Uses of Multicasting.MulticastingWith in com.thoughtworks.proxy.toys.multicast
 

Methods in com.thoughtworks.proxy.toys.multicast that return Multicasting.MulticastingWith
static
<T> Multicasting.MulticastingWith<T>
Multicasting.proxy(Class<T> primaryType, Class<?>... types)
          Creates a factory for proxy instances delegating a call to multiple objects and managing the individual results.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.