Save This Page
Home » geronimo-2.2-source-release » org.apache.geronimo.connector.outbound » [javadoc | source]
org.apache.geronimo.connector.outbound
static class: GenericConnectionManager.InterceptorsImpl [javadoc | source]
java.lang.Object
   org.apache.geronimo.connector.outbound.GenericConnectionManager$InterceptorsImpl

All Implemented Interfaces:
    Interceptors

Constructor:
 public InterceptorsImpl(TransactionSupport transactionSupport,
    PoolingSupport pooling,
    String objectName,
    RealmBridge realmBridge,
    ConnectionTracker connectionTracker,
    TransactionContextManager transactionContextManager,
    ClassLoader classLoader) 
    Order of constructed interceptors:

    ConnectionTrackingInterceptor (connectionTracker != null) TCCLInterceptor ConnectionHandleInterceptor TransactionCachingInterceptor (useTransactions & useTransactionCaching) TransactionEnlistingInterceptor (useTransactions) SubjectInterceptor (realmBridge != null) SinglePoolConnectionInterceptor or MultiPoolConnectionInterceptor LocalXAResourceInsertionInterceptor or XAResourceInsertionInterceptor (useTransactions (&localTransactions)) MCFConnectionInterceptor

Method from org.apache.geronimo.connector.outbound.GenericConnectionManager$InterceptorsImpl Summary:
getPoolingAttributes,   getRecoveryStack,   getStack
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.connector.outbound.GenericConnectionManager$InterceptorsImpl Detail:
 public PoolingSupport getPoolingAttributes() 
 public ConnectionInterceptor getRecoveryStack() 
 public ConnectionInterceptor getStack()