org.nanocontainer.testmodel
Class X
java.lang.Object
org.nanocontainer.testmodel.X
- All Implemented Interfaces:
- org.picocontainer.Disposable, org.picocontainer.Startable
- Direct Known Subclasses:
- A, B, C
public abstract class X
- extends Object
- implements org.picocontainer.Startable, org.picocontainer.Disposable
An abstract component and three dependancies used for testing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentRecorder
public static String componentRecorder
X
public X()
reset
public static void reset()
start
public void start()
- Specified by:
start
in interface org.picocontainer.Startable
stop
public void stop()
- Specified by:
stop
in interface org.picocontainer.Startable
dispose
public void dispose()
- Specified by:
dispose
in interface org.picocontainer.Disposable
Copyright © 2003-2009 Codehaus. All Rights Reserved.