Package com.sun.ejb.containers.util.pool
Interface ObjectFactory
- All Known Implementing Classes:
AbstractSingletonContainer.SingletonContextFactory,StatelessSessionContainer.SessionContextFactory
public interface ObjectFactory
An object factory that 'knows' how to create / destroy objects
-
Method Summary
-
Method Details
-
create
Create an object. Called from Pool.getObject(param)- Throws:
PoolException
-
destroy
Destroy an object. Called from Pool.destroyObject.
-