org.picocontainer.tck
Class AbstractComponentAdapterTest.RecordingLifecycleStrategy

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

public static final class AbstractComponentAdapterTest.RecordingLifecycleStrategy
extends java.lang.Object
implements LifecycleStrategy


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

Constructor Detail

AbstractComponentAdapterTest.RecordingLifecycleStrategy

public AbstractComponentAdapterTest.RecordingLifecycleStrategy(java.lang.StringBuffer recorder)
Method Detail

start

public void start(java.lang.Object component)
Specified by:
start in interface LifecycleStrategy

stop

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

dispose

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

hasLifecycle

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

isLazy

public boolean isLazy(ComponentAdapter<?> adapter)
Specified by:
isLazy in interface LifecycleStrategy

recording

public java.lang.String recording()


Copyright © 2003-2011 Codehaus. All Rights Reserved.