Package org.jboss.jca.as.converters
Interface CommonXa
- All Known Subinterfaces:
TxConnectionFactory,XaDataSource
- All Known Implementing Classes:
LegacyConnectionFactoryImp,LegacyXaDataSourceImp
public interface CommonXa
A CommonXa.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the xaResourceTimeout.Get the noTxSeparatePools.Get the TrackConnectionByTx.
-
Method Details
-
isTrackConnectionByTx
Boolean isTrackConnectionByTx()Get the TrackConnectionByTx.- Returns:
- the TrackConnectionByTx.
-
isNoTxSeparatePools
Boolean isNoTxSeparatePools()Get the noTxSeparatePools.- Returns:
- the noTxSeparatePools.
-
getXaResourceTimeout
Integer getXaResourceTimeout()Get the xaResourceTimeout.- Returns:
- the xaResourceTimeout.
-