Uses of Class
com.thoughtworks.proxy.toys.delegate.DelegationMode

Packages that use DelegationMode
com.thoughtworks.proxy.toys.delegate A toy to delegate method calls to another object. 
com.thoughtworks.proxy.toys.hotswap A toy to hot swap instances. 
com.thoughtworks.proxy.toys.pool A toy to create object pools based on proxies. 
 

Uses of DelegationMode in com.thoughtworks.proxy.toys.delegate
 

Methods in com.thoughtworks.proxy.toys.delegate that return DelegationMode
static DelegationMode DelegationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DelegationMode[] DelegationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.thoughtworks.proxy.toys.delegate with parameters of type DelegationMode
 Delegating.DelegatingBuild<T> Delegating.DelegatingModeOrBuild.mode(DelegationMode mode)
          Forces a particular delegation mode to be used.
 

Constructors in com.thoughtworks.proxy.toys.delegate with parameters of type DelegationMode
DelegatingInvoker(ProxyFactory proxyFactory, ObjectReference<T> delegateReference, DelegationMode delegationMode)
          Construct a DelegatingInvoker.
 

Uses of DelegationMode in com.thoughtworks.proxy.toys.hotswap
 

Methods in com.thoughtworks.proxy.toys.hotswap with parameters of type DelegationMode
 HotSwapping.HotSwappingBuild<T> HotSwapping.HotSwappingBuildOrMode.mode(DelegationMode delegationMode)
          Forces a particular delegation mode to be used.
 

Constructors in com.thoughtworks.proxy.toys.hotswap with parameters of type DelegationMode
HotSwappingInvoker(Class<?>[] types, ProxyFactory proxyFactory, ObjectReference<Object> delegateReference, DelegationMode delegationMode)
          Construct a HotSwappingInvoker.
 

Uses of DelegationMode in com.thoughtworks.proxy.toys.pool
 

Constructors in com.thoughtworks.proxy.toys.pool with parameters of type DelegationMode
Pool.PoolingInvoker(Pool<T> pool, ProxyFactory proxyFactory, ObjectReference<T> delegateReference, DelegationMode delegationMode)
          Construct a PoolingInvoker.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.