org.picocontainer.tck
Class AbstractComponentAdapterTestCase.RecordingLifecycleStrategy

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

public static class AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
extends Object
implements 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 LifecycleStrategy

stop

public void stop(Object component)
Specified by:
stop in interface LifecycleStrategy

dispose

public void dispose(Object component)
Specified by:
dispose in interface LifecycleStrategy

hasLifecycle

public boolean hasLifecycle(Class type)
Specified by:
hasLifecycle in interface LifecycleStrategy

recording

public String recording()


Copyright © 2003-2010 Codehaus. All Rights Reserved.