Uses of Package
com.thoughtworks.proxy

Packages that use com.thoughtworks.proxy
com.thoughtworks.proxy An implementation neutral API for creation of dynamic proxies. 
com.thoughtworks.proxy.factory Different implementations of the ProxyFactory interface. 
com.thoughtworks.proxy.kit Utility classes building the toys. 
com.thoughtworks.proxy.toys.decorate A toy to decorate the interaction with another object. 
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.echo A toy to trace method calls to objects. 
com.thoughtworks.proxy.toys.failover A toy to handle failover situations. 
com.thoughtworks.proxy.toys.future A toy to delay method execution into future. 
com.thoughtworks.proxy.toys.hotswap A toy to hot swap instances. 
com.thoughtworks.proxy.toys.multicast A toy to perform a single call on multiple objects and manage the results. 
com.thoughtworks.proxy.toys.nullobject A toy to create dummy null objects with intelligent behavior. 
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 used by com.thoughtworks.proxy
Invoker
          Generic interface for any call made to a proxy instance.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.factory
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.kit
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.decorate
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.delegate
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.dispatch
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.echo
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.failover
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.future
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.hotswap
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.multicast
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.nullobject
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.pool
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 

Classes in com.thoughtworks.proxy used by com.thoughtworks.proxy.toys.privilege
Invoker
          Generic interface for any call made to a proxy instance.
ProxyFactory
          Abstraction layer for proxy generation.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.