org.picocontainer.tck
Class AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
java.lang.Object
org.picocontainer.tck.AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
- All Implemented Interfaces:
- LifecycleStrategy
- Enclosing class:
- AbstractComponentAdapterTestCase
public static class AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
- extends Object
- implements LifecycleStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComponentAdapterTestCase.RecordingLifecycleStrategy
public AbstractComponentAdapterTestCase.RecordingLifecycleStrategy(StringBuffer recorder)
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.