Package com.sun.ejb.containers
Class AbstractSingletonContainer.SingletonContextFactory
java.lang.Object
com.sun.ejb.containers.AbstractSingletonContainer.SingletonContextFactory
- All Implemented Interfaces:
ObjectFactory
- Enclosing class:
- AbstractSingletonContainer
protected class AbstractSingletonContainer.SingletonContextFactory
extends Object
implements ObjectFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingletonContextFactory
protected SingletonContextFactory()
-
-
Method Details
-
create
Description copied from interface:ObjectFactoryCreate an object. Called from Pool.getObject(param)- Specified by:
createin interfaceObjectFactory
-
destroy
Description copied from interface:ObjectFactoryDestroy an object. Called from Pool.destroyObject.- Specified by:
destroyin interfaceObjectFactory
-