com.thoughtworks.proxy.toys.hotswap
Class HotSwapping.HotSwappingWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.hotswap.HotSwapping.HotSwappingWith<T>
Enclosing class:
HotSwapping<T>

public static class HotSwapping.HotSwappingWith<T>
extends Object


Constructor Summary
HotSwapping.HotSwappingWith(HotSwapping<T> hotswapping)
           
 
Method Summary
 HotSwapping.HotSwappingBuildOrMode<T> with(Object instance)
          Defines the object that shall be proxied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotSwapping.HotSwappingWith

public HotSwapping.HotSwappingWith(HotSwapping<T> hotswapping)
Method Detail

with

public HotSwapping.HotSwappingBuildOrMode<T> with(Object instance)
Defines the object that shall be proxied. This delegate must implement the types used to create the hot swap or have signature compatible methods.

Parameters:
instance - the object that shall be proxied.
Returns:
the factory that will proxy instances of the supplied type.
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.