org.apache.avalon.excalibur.pool
インタフェース ObjectFactory
- すべてのスーパーインタフェース:
- org.apache.avalon.framework.component.Component
- 既知の実装クラスの一覧:
- DefaultObjectFactory, DefaultComponentFactory, JdbcConnectionFactory
- public interface ObjectFactory
- extends org.apache.avalon.framework.component.Component
This is the interface for factory that is used to create objects for Pool.
- 導入されたバージョン:
- 4.0
- バージョン:
- CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:32 $
- 作成者:
- Berin Loritsch, Stefano Mazzocchi, Peter Donald
newInstance
public java.lang.Object newInstance()
throws java.lang.Exception
getCreatedClass
public java.lang.Class getCreatedClass()
decommission
public void decommission(java.lang.Object object)
throws java.lang.Exception
"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."