DESY ACOP Beans Home

com.cosylab.util
Interface ObjectFactory

All Known Implementing Classes:
DefaultObjectFactory

public interface ObjectFactory

ObjectFatory is a factory used by ObjectPool when pool is empty and needs to create new instance of PoolableObject

Since:
VERSION
Version:
$Id: ObjectFactory.java,v 1.3 2008-04-22 12:26:29 jbobnar Exp $
Author:
Andrej Kosmrlj

Method Summary
 PoolableObject newInstance()
          New instance of PoolableObject
 

Method Detail

newInstance

PoolableObject newInstance()
New instance of PoolableObject

Returns:


Copyright © 2010. All Rights Reserved.