org.picocontainer.script.testmodel
Class X

java.lang.Object
  extended by org.picocontainer.script.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.


Field Summary
static String componentRecorder
           
 
Constructor Summary
X()
           
 
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 String componentRecorder
Constructor Detail

X

public X()
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-2010 Codehaus. All Rights Reserved.