Uses of Interface
com.sun.ejb.containers.util.pool.ObjectFactory
-
Packages that use ObjectFactory Package Description com.sun.ejb.containers com.sun.ejb.containers.util.pool -
-
Uses of ObjectFactory in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ObjectFactory Modifier and Type Class Description protected classAbstractSingletonContainer.SingletonContextFactoryprotected classStatelessSessionContainer.SessionContextFactoryFields in com.sun.ejb.containers declared as ObjectFactory Modifier and Type Field Description protected ObjectFactoryAbstractSingletonContainer. singletonCtxFactory -
Uses of ObjectFactory in com.sun.ejb.containers.util.pool
Fields in com.sun.ejb.containers.util.pool declared as ObjectFactory Modifier and Type Field Description protected ObjectFactoryAbstractPool. factoryConstructors in com.sun.ejb.containers.util.pool with parameters of type ObjectFactory Constructor Description BlockingPool(long containerId, String name, ObjectFactory sessionCtxFactory, int steadyPoolSize, int poolResizeQuantity, int maxPoolSize, int poolIdleTimeoutInSeconds, ClassLoader loader, boolean singletonBeanPool, int maxWaitTimeInMillis)NonBlockingPool(long beanId, String poolName, ObjectFactory factory, int steadyPoolSize, int resizeQuantity, int maxPoolSize, int idleTimeoutInSeconds, ClassLoader loader)NonBlockingPool(long beanId, String poolName, ObjectFactory factory, int steadyPoolSize, int resizeQuantity, int maxPoolSize, int idleTimeoutInSeconds, ClassLoader loader, boolean singletonBeanPool)
-