Uses of Class
com.thoughtworks.proxy.toys.hotswap.HotSwapping.HotSwappingWith

Packages that use HotSwapping.HotSwappingWith
com.thoughtworks.proxy.toys.hotswap A toy to hot swap instances. 
 

Uses of HotSwapping.HotSwappingWith in com.thoughtworks.proxy.toys.hotswap
 

Methods in com.thoughtworks.proxy.toys.hotswap that return HotSwapping.HotSwappingWith
static
<T> HotSwapping.HotSwappingWith<T>
HotSwapping.proxy(Class<T> type)
          Creates a factory for proxy instances that allow the exchange of delegated instances.
static
<T> HotSwapping.HotSwappingWith<T>
HotSwapping.proxy(Class<T> primaryType, Class<?>... types)
          Creates a factory for proxy instances that allow the exchange of delegated instances.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.