Uses of Class
org.slim3.datasource.XAConnectionImpl

Packages that use XAConnectionImpl
org.slim3.datasource   
 

Uses of XAConnectionImpl in org.slim3.datasource
 

Fields in org.slim3.datasource declared as XAConnectionImpl
protected  XAConnectionImpl ConnectionInvocationHandler.pooledConnection
          The pooled connection.
protected  XAConnectionImpl DataSourceImpl.PoolTask.pooledConnection
          The pooled connection.
protected  XAConnectionImpl XAResourceImpl.pooledConnection
          The pooled connection.
 

Fields in org.slim3.datasource with type parameters of type XAConnectionImpl
protected  Set<XAConnectionImpl> DataSourceImpl.activeConnectionSet
          The set for active connection.
protected  Map<Transaction,XAConnectionImpl> DataSourceImpl.activeTxConnectionMap
          The map for active transactional connection.
 

Methods in org.slim3.datasource with parameters of type XAConnectionImpl
protected  void DataSourceImpl.addFreePool(XAConnectionImpl pooledConnection)
          Adds the connection to free pool.
 

Constructors in org.slim3.datasource with parameters of type XAConnectionImpl
ConnectionInvocationHandler(XAConnectionImpl pooledConnection)
          Constructor.
DataSourceImpl.PoolTask(XAConnectionImpl pooledConnection)
          Constructor.
XAResourceImpl(XAConnectionImpl pooledConnection)
          Constructor.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.