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. factoryMethods in com.sun.ejb.containers.util.pool with parameters of type ObjectFactory Modifier and Type Method Description protected voidAbstractPool. initializePool(ObjectFactory factory, long beanId, int steadyPoolSize, int resizeQuantity, int maxPoolsize, long maxWaitTimeInMillis, int idleTimeoutInSeconds, ClassLoader loader)protected voidNonBlockingPool. initializePool(ObjectFactory factory, int steadyPoolSize, int resizeQuantity, int maxPoolSize, int idleTimeoutInSeconds, ClassLoader loader)Constructors in com.sun.ejb.containers.util.pool with parameters of type ObjectFactory Constructor Description AbstractPool(ObjectFactory factory, long beanId, int steadyPoolSize, int resizeQuantity, int maxPoolsize, long maxWaitTimeInMillis, int idleTimeoutInSeconds, ClassLoader loader)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)
-