Uses of Package
com.thoughtworks.proxy.kit

Packages that use com.thoughtworks.proxy.kit
com.thoughtworks.proxy.kit Utility classes building the toys. 
com.thoughtworks.proxy.toys.delegate A toy to delegate method calls to another object. 
com.thoughtworks.proxy.toys.dispatch A toy to dispatch method calls to different objects. 
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.kit used by com.thoughtworks.proxy.kit
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
Resetter
          Interface for a resetter component.
SimpleInvoker
          A simple Invoker implementation, that routes any call to a target object.
 

Classes in com.thoughtworks.proxy.kit used by com.thoughtworks.proxy.toys.delegate
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
 

Classes in com.thoughtworks.proxy.kit used by com.thoughtworks.proxy.toys.dispatch
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
 

Classes in com.thoughtworks.proxy.kit used by com.thoughtworks.proxy.toys.hotswap
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
 

Classes in com.thoughtworks.proxy.kit used by com.thoughtworks.proxy.toys.pool
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
Resetter
          Interface for a resetter component.
 

Classes in com.thoughtworks.proxy.kit used by com.thoughtworks.proxy.toys.privilege
ObjectReference
          A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.