|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionInterceptor | |
|---|---|
| org.apache.geronimo.connector.outbound | |
| org.apache.geronimo.connector.outbound.connectionmanagerconfig | |
| org.apache.geronimo.connector.outbound.transactionlog | |
| Uses of ConnectionInterceptor in org.apache.geronimo.connector.outbound |
|---|
| Classes in org.apache.geronimo.connector.outbound that implement ConnectionInterceptor | |
|---|---|
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 |
| Fields in org.apache.geronimo.connector.outbound declared as ConnectionInterceptor | |
|---|---|
protected ConnectionInterceptor |
AbstractSinglePoolConnectionInterceptor.next
|
| Methods in org.apache.geronimo.connector.outbound that return ConnectionInterceptor | |
|---|---|
ConnectionInterceptor |
ConnectionInterceptorSource.getConnectionInterceptor()
|
ConnectionInterceptor |
ManagedConnectionInfo.getPoolInterceptor()
|
ConnectionInterceptor |
AbstractConnectionManager.Interceptors.getRecoveryStack()
|
ConnectionInterceptor |
AbstractConnectionManager.Interceptors.getStack()
|
| Methods in org.apache.geronimo.connector.outbound with parameters of type ConnectionInterceptor | |
|---|---|
void |
ManagedConnectionInfo.setPoolInterceptor(ConnectionInterceptor poolInterceptor)
|
void |
MCFConnectionInterceptor.setStack(ConnectionInterceptor stack)
|
| Constructors in org.apache.geronimo.connector.outbound with parameters of type ConnectionInterceptor | |
|---|---|
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)
|
|
| Uses of ConnectionInterceptor in org.apache.geronimo.connector.outbound.connectionmanagerconfig |
|---|
| Uses of ConnectionInterceptor in org.apache.geronimo.connector.outbound.transactionlog |
|---|
| Classes in org.apache.geronimo.connector.outbound.transactionlog that implement ConnectionInterceptor | |
|---|---|
class |
LogXAResourceInsertionInterceptor
LocalXAResourceInsertionInterceptor.java |
| Constructors in org.apache.geronimo.connector.outbound.transactionlog with parameters of type ConnectionInterceptor | |
|---|---|
LogXAResourceInsertionInterceptor(ConnectionInterceptor next,
java.lang.String name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||