Uses of Interface
org.openejb.cache.InstancePool

Packages that use InstancePool
org.openejb   
org.openejb.cache   
org.openejb.entity   
org.openejb.mdb   
org.openejb.slsb   
org.openejb.util   
 

Uses of InstancePool in org.openejb
 

Fields in org.openejb declared as InstancePool
protected  InstancePool AbstractInterceptorBuilder.instancePool
           
 

Methods in org.openejb with parameters of type InstancePool
 void AbstractInterceptorBuilder.setInstancePool(InstancePool instancePool)
           
protected  EJBContainer AbstractContainerBuilder.createContainer(InterfaceMethodSignature[] signatures, InstanceContextFactory contextFactory, InterceptorBuilder interceptorBuilder, InstancePool pool)
           
protected  org.apache.geronimo.gbean.jmx.GBeanMBean AbstractContainerBuilder.createConfiguration(ClassLoader cl, InterfaceMethodSignature[] signatures, InstanceContextFactory contextFactory, InterceptorBuilder interceptorBuilder, InstancePool pool, javax.management.ObjectName timerName)
           
 void InterceptorBuilder.setInstancePool(InstancePool pool)
           
 

Constructors in org.openejb with parameters of type InstancePool
GenericEJBContainer(Object containerId, String ejbName, ProxyInfo proxyInfo, InterfaceMethodSignature[] signatures, InstanceContextFactory contextFactory, InterceptorBuilder interceptorBuilder, InstancePool pool, org.apache.geronimo.transaction.UserTransactionImpl userTransaction, String[] jndiNames, String[] localJndiNames, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.transaction.TrackedConnectionAssociator trackedConnectionAssociator, org.apache.geronimo.timer.ThreadPooledTimer timer, String objectName, org.apache.geronimo.kernel.Kernel kernel, SecurityConfiguration securityConfiguration, Subject defaultSubject, ClassLoader classLoader)
           
 

Uses of InstancePool in org.openejb.cache
 

Classes in org.openejb.cache that implement InstancePool
 class SimpleInstancePool
           
 

Uses of InstancePool in org.openejb.entity
 

Constructors in org.openejb.entity with parameters of type InstancePool
EntityInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next, InstancePool pool)
           
 

Uses of InstancePool in org.openejb.mdb
 

Methods in org.openejb.mdb with parameters of type InstancePool
 void MDBInterceptorBuilder.setInstancePool(InstancePool instancePool)
           
 

Constructors in org.openejb.mdb with parameters of type InstancePool
MDBContainer(String containerId, String ejbName, String endpointInterfaceName, InterfaceMethodSignature[] signatures, boolean[] deliveryTransacted, MDBInstanceContextFactory contextFactory, MDBInterceptorBuilder interceptorBuilder, InstancePool instancePool, org.apache.geronimo.transaction.UserTransactionImpl userTransaction, org.apache.geronimo.connector.ActivationSpecWrapper activationSpecWrapper, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.transaction.TrackedConnectionAssociator trackedConnectionAssociator, ClassLoader classLoader, org.apache.geronimo.timer.ThreadPooledTimer timer, String objectName, org.apache.geronimo.kernel.Kernel kernel)
           
MDBInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next, InstancePool pool)
           
 

Uses of InstancePool in org.openejb.slsb
 

Constructors in org.openejb.slsb with parameters of type InstancePool
StatelessInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next, InstancePool pool)
           
 

Uses of InstancePool in org.openejb.util
 

Classes in org.openejb.util that implement InstancePool
 class SoftLimitedInstancePool
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.