org.nanocontainer.testmodel
Class Xxx

java.lang.Object
  extended byorg.nanocontainer.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 java.lang.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
           
 
Field Summary
static java.lang.String componentRecorder
           
 
Constructor Summary
Xxx()
           
 
Method Summary
 void dispose()
           
static void reset()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentRecorder

public static java.lang.String componentRecorder
Constructor Detail

Xxx

public Xxx()
Method Detail

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-2007 Codehaus. All Rights Reserved.