TX その23 LocalTxConnectionManagerとXATxConnectionManager

下に書いたクラスコメントでたびたび"LocalTxConnectionManager"というクラス名が出てくる.でもそんなクラスはver4.0.xには存在しない.

またドキュメントには以下のような記述がある.

7.2.1. BaseConnectionManager2 MBean

The org.jboss.resource.connectionmanager.BaseConnectionManager2 MBean is a base class for the various types of connection managers required by the JCA spec. Subclasses include NoTxConnectionManager, LocalTxConnectionManager and XATxConnectionManager. These correspond to resource adaptors that support no transactions, local transaction and XA transaction respectively. You choose which subclass to use based on the type of transaction semantics you want, provided the JCA resource adaptor supports the corresponding transaction capability.

このXATxConnectionManagerというのもver4.0.xのソースフォルダには存在しない.あるのはTxConnectionManagerだけ.この2つのクラスが統合されて現在のTxConnectionManagerがあると考えれば良いのかな.