org.picocontainer.gems.adapters
Class PoolingComponentAdapter.LifecycleResetter

java.lang.Object
  extended by org.picocontainer.gems.adapters.PoolingComponentAdapter.LifecycleResetter
All Implemented Interfaces:
com.thoughtworks.proxy.kit.Resetter, java.io.Serializable
Enclosing class:
PoolingComponentAdapter

static class PoolingComponentAdapter.LifecycleResetter
extends java.lang.Object
implements com.thoughtworks.proxy.kit.Resetter, java.io.Serializable


Field Summary
private  PoolingComponentAdapter adapter
           
private  com.thoughtworks.proxy.kit.Resetter delegate
           
private static long serialVersionUID
           
 
Constructor Summary
PoolingComponentAdapter.LifecycleResetter(PoolingComponentAdapter adapter, com.thoughtworks.proxy.kit.Resetter delegate)
           
 
Method Summary
 boolean reset(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

delegate

private com.thoughtworks.proxy.kit.Resetter delegate

adapter

private PoolingComponentAdapter adapter
Constructor Detail

PoolingComponentAdapter.LifecycleResetter

PoolingComponentAdapter.LifecycleResetter(PoolingComponentAdapter adapter,
                                          com.thoughtworks.proxy.kit.Resetter delegate)
Method Detail

reset

public boolean reset(java.lang.Object object)
Specified by:
reset in interface com.thoughtworks.proxy.kit.Resetter