Uses of Interface
com.sun.ejb.containers.util.pool.ObjectFactory
Packages that use ObjectFactory
-
Uses of ObjectFactory in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ObjectFactoryModifier and TypeClassDescriptionprotected classprotected classFields in com.sun.ejb.containers declared as ObjectFactoryModifier and TypeFieldDescriptionprotected ObjectFactoryAbstractSingletonContainer.singletonCtxFactory -
Uses of ObjectFactory in com.sun.ejb.containers.util.pool
Fields in com.sun.ejb.containers.util.pool declared as ObjectFactoryMethods in com.sun.ejb.containers.util.pool with parameters of type ObjectFactoryModifier and TypeMethodDescriptionprotected 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 ObjectFactoryModifierConstructorDescriptionprotectedAbstractPool(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)