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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSingletonContainer.SingletonContextFactory
protected AbstractSingletonContainer.SingletonContextFactory()
create
public Object create(Object param)
- Description copied from interface:
ObjectFactory
- Create an object. Called from Pool.getObject(param)
- Specified by:
create in interface ObjectFactory
destroy
public void destroy(Object obj)
- Description copied from interface:
ObjectFactory
- Destroy an object. Called from Pool.destroyObject.
- Specified by:
destroy in interface ObjectFactory
Copyright © 2012 GlassFish Community. All Rights Reserved.