Uses of Interface
com.sun.ejb.containers.util.pool.ObjectFactory

Packages that use ObjectFactory
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
protected  class AbstractSingletonContainer.SingletonContextFactory
           
protected  class StatelessSessionContainer.SessionContextFactory
           
 

Fields in com.sun.ejb.containers declared as ObjectFactory
protected  ObjectFactory AbstractSingletonContainer.singletonCtxFactory
           
 

Uses of ObjectFactory in com.sun.ejb.containers.util.pool
 

Fields in com.sun.ejb.containers.util.pool declared as ObjectFactory
protected  ObjectFactory AbstractPool.factory
           
 

Methods in com.sun.ejb.containers.util.pool with parameters of type ObjectFactory
protected  void NonBlockingPool.initializePool(ObjectFactory factory, int steadyPoolSize, int resizeQuantity, int maxPoolSize, int idleTimeoutInSeconds, java.lang.ClassLoader loader)
           
protected  void AbstractPool.initializePool(ObjectFactory factory, long beanId, int steadyPoolSize, int resizeQuantity, int maxPoolsize, long maxWaitTimeInMillis, int idleTimeoutInSeconds, java.lang.ClassLoader loader)
           
 

Constructors in com.sun.ejb.containers.util.pool with parameters of type ObjectFactory
AbstractPool(ObjectFactory factory, long beanId, int steadyPoolSize, int resizeQuantity, int maxPoolsize, long maxWaitTimeInMillis, int idleTimeoutInSeconds, java.lang.ClassLoader loader)
           
BoundedPool(ObjectFactory factory, long beanId, int steadyPoolSize, int resizeQuantity, int maxPoolsize, long maxWaitTimeInMillis, int idleTimeoutInSeconds, java.lang.ClassLoader loader)
           
NonBlockingPool(long beanId, java.lang.String poolName, ObjectFactory factory, int steadyPoolSize, int resizeQuantity, int maxPoolSize, int idleTimeoutInSeconds, java.lang.ClassLoader loader)
           
NonBlockingPool(long beanId, java.lang.String poolName, ObjectFactory factory, int steadyPoolSize, int resizeQuantity, int maxPoolSize, int idleTimeoutInSeconds, java.lang.ClassLoader loader, boolean singletonBeanPool)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.