org.picocontainer.tck
Class AbstractComponentAdapterTestCase.RecordingLifecycleStrategy

java.lang.Object
  extended byorg.picocontainer.tck.AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
All Implemented Interfaces:
org.picocontainer.defaults.LifecycleStrategy
Enclosing class:
AbstractComponentAdapterTestCase

public static class AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
extends Object
implements org.picocontainer.defaults.LifecycleStrategy


Constructor Summary
AbstractComponentAdapterTestCase.RecordingLifecycleStrategy(StringBuffer recorder)
           
 
Method Summary
 void dispose(Object component)
           
 boolean hasLifecycle(Class type)
           
 String recording()
           
 void start(Object component)
           
 void stop(Object component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractComponentAdapterTestCase.RecordingLifecycleStrategy

public AbstractComponentAdapterTestCase.RecordingLifecycleStrategy(StringBuffer recorder)
Method Detail

start

public void start(Object component)
Specified by:
start in interface org.picocontainer.defaults.LifecycleStrategy

stop

public void stop(Object component)
Specified by:
stop in interface org.picocontainer.defaults.LifecycleStrategy

dispose

public void dispose(Object component)
Specified by:
dispose in interface org.picocontainer.defaults.LifecycleStrategy

hasLifecycle

public boolean hasLifecycle(Class type)
Specified by:
hasLifecycle in interface org.picocontainer.defaults.LifecycleStrategy

recording

public String recording()


Copyright © 2003-2007 Codehaus. All Rights Reserved.