org.apache.avalon.excalibur.component.test
Class ExcaliburComponentManagerTestCase.AbstractKid

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.avalon.excalibur.component.test.ExcaliburComponentManagerTestCase.AbstractKid
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.activity.Disposable, ExcaliburComponentManagerTestCase.Kid, org.apache.avalon.framework.logger.LogEnabled
Direct Known Subclasses:
ExcaliburComponentManagerTestCase.AbstractBadCircularKid, ExcaliburComponentManagerTestCase.PoolableKid, ExcaliburComponentManagerTestCase.SingleThreadedKid, ExcaliburComponentManagerTestCase.ThreadSafeKid
Enclosing class:
ExcaliburComponentManagerTestCase

public abstract static class ExcaliburComponentManagerTestCase.AbstractKid
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements ExcaliburComponentManagerTestCase.Kid, org.apache.avalon.framework.activity.Disposable


Field Summary
protected  org.apache.avalon.excalibur.testcase.ComponentStateValidator m_validator
           
static java.lang.String ROLE
           
 
Constructor Summary
ExcaliburComponentManagerTestCase.AbstractKid()
           
 
Method Summary
 void dispose()
           
 void enableLogging(org.apache.avalon.framework.logger.Logger logger)
           
 java.lang.String getName()
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE

public static final java.lang.String ROLE
See Also:
Constant Field Values

m_validator

protected final org.apache.avalon.excalibur.testcase.ComponentStateValidator m_validator
Constructor Detail

ExcaliburComponentManagerTestCase.AbstractKid

public ExcaliburComponentManagerTestCase.AbstractKid()
Method Detail

enableLogging

public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
Specified by:
enableLogging in interface org.apache.avalon.framework.logger.LogEnabled

dispose

public void dispose()
Specified by:
dispose in interface org.apache.avalon.framework.activity.Disposable

getName

public java.lang.String getName()
Specified by:
getName in interface ExcaliburComponentManagerTestCase.Kid


Copyright © 1997-2006 The Apache Software Foundation. All Rights Reserved.