org.apache.avalon.excalibur.pool
Interface ObjectFactory
- All Known Implementing Classes:
- DefaultObjectFactory
- public interface ObjectFactory
This is the interface for factory that is used to create objects for Pool.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.6 $ $Date: 2004/03/29 16:50:36 $
- Author:
- Avalon Development Team
newInstance
public Object newInstance()
throws Exception
- Throws:
Exception
getCreatedClass
public Class getCreatedClass()
decommission
public void decommission(Object object)
throws Exception
- Throws:
Exception
Copyright © . All Rights Reserved.