|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstancePool | |
org.openejb | |
org.openejb.cache | |
org.openejb.entity | |
org.openejb.entity.cmp | |
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)
|
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,
Map componentContext,
org.apache.geronimo.transaction.context.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,
org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal,
Subject runAsSubject,
TSSBean tssBean,
Serializable homeTxPolicyConfig,
Serializable remoteTxPolicyConfig,
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 |
Methods in org.openejb.entity that return InstancePool | |
InstancePool |
EntityInstanceContext.getPool()
|
Methods in org.openejb.entity with parameters of type InstancePool | |
void |
EntityInstanceContext.setPool(InstancePool pool)
|
Constructors in org.openejb.entity with parameters of type InstancePool | |
EntityInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next,
Object containerId,
InstancePool pool,
boolean reentrant)
|
Uses of InstancePool in org.openejb.entity.cmp |
Constructors in org.openejb.entity.cmp with parameters of type InstancePool | |
CMPEJBContainer(Object containerId,
String ejbName,
ProxyInfo proxyInfo,
InterfaceMethodSignature[] signatures,
InstanceContextFactory contextFactory,
InterceptorBuilder interceptorBuilder,
InstancePool pool,
Map componentContext,
org.apache.geronimo.transaction.context.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,
org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal,
Subject runAsSubject,
TSSBean tssBean,
Serializable homeTxPolicyConfig,
Serializable remoteTxPolicyConfig,
ClassLoader classLoader,
org.tranql.intertxcache.FrontEndCacheDelegate delegate,
org.tranql.intertxcache.CacheFactory factory)
|
Uses of InstancePool in org.openejb.mdb |
Methods in org.openejb.mdb that return InstancePool | |
InstancePool |
MDBInstanceContext.getPool()
|
Methods in org.openejb.mdb with parameters of type InstancePool | |
void |
MDBInterceptorBuilder.setInstancePool(InstancePool instancePool)
|
void |
MDBInstanceContext.setPool(InstancePool pool)
|
Constructors in org.openejb.mdb with parameters of type InstancePool | |
MDBInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next,
InstancePool pool)
|
|
MDBContainer(String containerId,
String ejbName,
String endpointInterfaceName,
InterfaceMethodSignature[] signatures,
boolean[] deliveryTransacted,
MDBInstanceContextFactory contextFactory,
MDBInterceptorBuilder interceptorBuilder,
InstancePool instancePool,
Map componentContext,
org.apache.geronimo.transaction.context.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)
|
Uses of InstancePool in org.openejb.slsb |
Methods in org.openejb.slsb that return InstancePool | |
InstancePool |
StatelessInstanceContext.getPool()
|
Methods in org.openejb.slsb with parameters of type InstancePool | |
void |
StatelessInstanceContext.setPool(InstancePool pool)
|
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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |