Uses of Package
com.thoughtworks.proxy.toys.delegate

Packages that use com.thoughtworks.proxy.toys.delegate
com.thoughtworks.proxy.toys.delegate A toy to delegate method calls to another object. 
com.thoughtworks.proxy.toys.failover A toy to handle failover situations. 
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. 
com.thoughtworks.proxy.toys.privilege A toy to run method calls as privileged actions. 
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.delegate
Delegating
          Toy factory to create proxies delegating to another object.
Delegating.DelegatingBuild
           
Delegating.DelegatingModeOrBuild
           
Delegating.DelegatingWith
           
DelegationMode
          Indicates the preferred way to delegate to created proxies.
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.failover
DelegatingInvoker
          Invoker that delegates method calls to an object.
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.hotswap
DelegatingInvoker
          Invoker that delegates method calls to an object.
DelegationMode
          Indicates the preferred way to delegate to created proxies.
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.pool
DelegatingInvoker
          Invoker that delegates method calls to an object.
DelegationMode
          Indicates the preferred way to delegate to created proxies.
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.privilege
DelegatingInvoker
          Invoker that delegates method calls to an object.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.