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
static class CommonXa.Tag
          A Tag.
 
Method Summary
 Integer getXaResourceTimeout()
          Get the xaResourceTimeout.
 Boolean isNoTxSeparatePools()
          Get the noTxSeparatePools.
 Boolean isTrackConnectionByTx()
          Get the TrackConnectionByTx.
 

Method Detail

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.


Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)