com.atomikos.icatch.config
Interface TSMetaData

All Known Implementing Classes:
TSMetaDataImp

Deprecated.

public interface TSMetaData

A meta data interface for retrieving information about the Transaction Service.


Method Summary
 String getJtaVersion()
          Deprecated.  
 String getProductName()
          Deprecated. Get the full product name.
 String getReleaseVersion()
          Deprecated. Get the release version.
 boolean supportsExport()
          Deprecated. Test if export of transactions is supported.
 boolean supportsImport()
          Deprecated. Test if import of transactions is supported.
 

Method Detail

getJtaVersion

String getJtaVersion()
Deprecated. 

Get the JTA version that is supported.

Returns:
String A string representation of the JTA supported.

getReleaseVersion

String getReleaseVersion()
Deprecated. 
Get the release version.

Returns:
String A string representation of the release version.

supportsImport

boolean supportsImport()
Deprecated. 
Test if import of transactions is supported.

Returns:
boolean True iff import of a Propagation is supported.

supportsExport

boolean supportsExport()
Deprecated. 
Test if export of transactions is supported.

Returns:
boolean True iff export is supported.

getProductName

String getProductName()
Deprecated. 
Get the full product name.

Returns:
String The full product name.


Copyright © 2011. All Rights Reserved.