org.apache.avalon.excalibur.component.test
Class PoolableTestObject

java.lang.Object
  extended byorg.apache.avalon.excalibur.component.test.PoolableTestObject
All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.excalibur.pool.Poolable, PoolableTestObjectInterface, org.apache.avalon.excalibur.pool.Recyclable

Deprecated. ECM is no longer supported

public class PoolableTestObject
extends java.lang.Object
implements PoolableTestObjectInterface, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.excalibur.pool.Recyclable, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.excalibur.pool.Poolable

Version:
CVS $Revision: 1.1 $ $Date: 2004/03/17 13:22:38 $
Author:
Avalon Development Team

Field Summary
 
Fields inherited from interface org.apache.avalon.excalibur.component.test.PoolableTestObjectInterface
ROLE
 
Constructor Summary
PoolableTestObject()
          Deprecated.  
 
Method Summary
 void dispose()
          Deprecated. Called by the Container to dispose the component.
 void initialize()
          Deprecated. Called by the Container to initialize the component.
 void recycle()
          Deprecated. Called by the Container when the component is recycled.
static void resetInstanceCounter()
          Deprecated. Resets the instance counter so that the next Poolable will get an instance Id of 1.
static void setStaticLoggger(org.apache.avalon.framework.logger.Logger logger)
          Deprecated. Used by tests to change the current logger object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolableTestObject

public PoolableTestObject()
Deprecated. 
Method Detail

resetInstanceCounter

public static void resetInstanceCounter()
Deprecated. 
Resets the instance counter so that the next Poolable will get an instance Id of 1.


setStaticLoggger

public static void setStaticLoggger(org.apache.avalon.framework.logger.Logger logger)
Deprecated. 
Used by tests to change the current logger object.


initialize

public void initialize()
Deprecated. 
Called by the Container to initialize the component.

Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable

recycle

public void recycle()
Deprecated. 
Called by the Container when the component is recycled.

Specified by:
recycle in interface org.apache.avalon.excalibur.pool.Recyclable

dispose

public void dispose()
Deprecated. 
Called by the Container to dispose the component.

Specified by:
dispose in interface org.apache.avalon.framework.activity.Disposable


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