| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSinglePoolConnectionInterceptor |
class |
ConnectionHandleInterceptor
ConnectionHandleInterceptor.java
|
class |
ConnectionTrackingInterceptor
ConnectionTrackingInterceptor.java handles communication with the
CachedConnectionManager.
|
class |
LocalXAResourceInsertionInterceptor
LocalXAResourceInsertionInterceptor.java
|
class |
MCFConnectionInterceptor
MCFConnectionInterceptor.java
|
class |
MultiPoolConnectionInterceptor
MultiPoolConnectionInterceptor maps the provided subject and connection request info to a
"SinglePool".
|
class |
SinglePoolConnectionInterceptor
SinglePoolConnectionInterceptor chooses a single connection from the pool.
|
class |
SinglePoolMatchAllConnectionInterceptor
This pool is the most spec-compliant pool.
|
class |
SubjectInterceptor
SubjectInterceptor.java This is installed only when the plan includes a container-managed-security element.
|
class |
TCCLInterceptor |
class |
ThreadLocalCachingConnectionInterceptor |
class |
TransactionCachingInterceptor
TransactionCachingInterceptor.java
TODO: This implementation does not take account of unshareable resources
TODO: This implementation does not take account of application security
where several connections with different security info are obtained.
|
class |
TransactionEnlistingInterceptor
TransactionEnlistingInterceptor.java
Created: Fri Sep 26 14:52:24 2003
|
class |
XAResourceInsertionInterceptor
XAResourceInsertionInterceptor.java
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInterceptor |
AbstractSinglePoolConnectionInterceptor.next |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInterceptor |
ConnectionInterceptorSource.getConnectionInterceptor() |
ConnectionInterceptor |
ManagedConnectionInfo.getPoolInterceptor() |
ConnectionInterceptor |
AbstractConnectionManager.Interceptors.getRecoveryStack() |
ConnectionInterceptor |
AbstractConnectionManager.Interceptors.getStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedConnectionInfo.setPoolInterceptor(ConnectionInterceptor poolInterceptor) |
void |
MCFConnectionInterceptor.setStack(ConnectionInterceptor stack) |
| Constructor and Description |
|---|
AbstractSinglePoolConnectionInterceptor(ConnectionInterceptor next,
int maxSize,
int minSize,
int blockingTimeoutMilliseconds,
int idleTimeoutMinutes) |
ConnectionHandleInterceptor(ConnectionInterceptor next) |
ConnectionTrackingInterceptor(ConnectionInterceptor next,
java.lang.String key,
ConnectionTracker connectionTracker) |
GeronimoConnectionEventListener(ConnectionInterceptor stack,
ManagedConnectionInfo managedConnectionInfo) |
LocalXAResourceInsertionInterceptor(ConnectionInterceptor next,
java.lang.String name) |
MultiPoolConnectionInterceptor(ConnectionInterceptor next,
PoolingSupport singlePoolFactory,
boolean useSubject,
boolean useCRI) |
OutboundNamedXAResourceFactory(java.lang.String name,
ConnectionInterceptor recoveryStack,
javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) |
SinglePoolConnectionInterceptor(ConnectionInterceptor next,
int maxSize,
int minSize,
int blockingTimeoutMilliseconds,
int idleTimeoutMinutes,
boolean selectOneAssumeMatch) |
SinglePoolMatchAllConnectionInterceptor(ConnectionInterceptor next,
int maxSize,
int minSize,
int blockingTimeoutMilliseconds,
int idleTimeoutMinutes) |
SubjectInterceptor(ConnectionInterceptor next,
SubjectSource subjectSource) |
TCCLInterceptor(ConnectionInterceptor next,
java.lang.ClassLoader classLoader) |
ThreadLocalCachingConnectionInterceptor(ConnectionInterceptor next,
boolean matchConnections) |
TransactionCachingInterceptor(ConnectionInterceptor next,
javax.transaction.TransactionManager transactionManager) |
TransactionEnlistingInterceptor(ConnectionInterceptor next,
javax.transaction.TransactionManager transactionManager) |
XAResourceInsertionInterceptor(ConnectionInterceptor next,
java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogXAResourceInsertionInterceptor
LocalXAResourceInsertionInterceptor.java
|
| Constructor and Description |
|---|
LogXAResourceInsertionInterceptor(ConnectionInterceptor next,
java.lang.String name) |
Copyright © 2003-2016 The Apache Software Foundation. All Rights Reserved.