com.thoughtworks.proxy.toys.pool
Class Pool.PoolResettedBy<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.pool.Pool.PoolBuild<T>
      extended by com.thoughtworks.proxy.toys.pool.Pool.PoolModeOrBuild<T>
          extended by com.thoughtworks.proxy.toys.pool.Pool.PoolWith<T>
              extended by com.thoughtworks.proxy.toys.pool.Pool.PoolResettedBy<T>
Enclosing class:
Pool<T>

public static class Pool.PoolResettedBy<T>
extends Pool.PoolWith<T>


Field Summary
 
Fields inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolBuild
pool
 
Method Summary
 Pool.PoolWith<T> resettedBy(Resetter<? super T> resetter)
           
 
Methods inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolWith
with
 
Methods inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolModeOrBuild
mode
 
Methods inherited from class com.thoughtworks.proxy.toys.pool.Pool.PoolBuild
build, build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resettedBy

public Pool.PoolWith<T> resettedBy(Resetter<? super T> resetter)


Copyright © 2005-2010 Codehaus. All Rights Reserved.