Uses of Interface
com.thoughtworks.proxy.kit.Resetter

Packages that use Resetter
com.thoughtworks.proxy.kit Utility classes building the toys. 
com.thoughtworks.proxy.toys.pool A toy to create object pools based on proxies. 
 

Uses of Resetter in com.thoughtworks.proxy.kit
 

Classes in com.thoughtworks.proxy.kit that implement Resetter
 class NoOperationResetter
          A Resetter that has no operation.
 

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

Constructors in com.thoughtworks.proxy.toys.pool with parameters of type Resetter
Pool(Class type, Resetter resetter)
          Construct an Pool using the StandardProxyFactory.
Pool(Class type, Resetter resetter, ProxyFactory proxyFactory)
          Construct a populated Pool with a specific proxy factory.
Pool(Class type, Resetter resetter, ProxyFactory proxyFactory, int serializationMode)
          Construct a populated Pool with a specific proxy factory and a serialization mode.