org.picocontainer.script.testmodel
Class Xxx
java.lang.Object
org.picocontainer.script.testmodel.Xxx
- All Implemented Interfaces:
- org.picocontainer.Disposable, org.picocontainer.Startable
- Direct Known Subclasses:
- Xxx.A, Xxx.B, Xxx.C
public abstract class Xxx
- extends Object
- implements org.picocontainer.Startable, org.picocontainer.Disposable
An abstract component and three dependancies used for testing.
Nested Class Summary |
static class |
Xxx.A
|
static class |
Xxx.B
|
static class |
Xxx.C
|
Constructor Summary |
Xxx()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentRecorder
public static String componentRecorder
Xxx
public Xxx()
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-2010 Codehaus. All Rights Reserved.