com.atomikos.icatch.config.imp
Class TSMetaDataImp
java.lang.Object
com.atomikos.icatch.config.imp.TSMetaDataImp
- All Implemented Interfaces:
- TSMetaData
public class TSMetaDataImp
- extends Object
- implements TSMetaData
Copyrigth © 2002, Atomikos. All rights reserved.
A meta data implementation.
|
Constructor Summary |
TSMetaDataImp(String jtaVersion,
String releaseVersion,
String productName,
boolean supportsImport,
boolean supportsExport)
Create a new instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSMetaDataImp
public TSMetaDataImp(String jtaVersion,
String releaseVersion,
String productName,
boolean supportsImport,
boolean supportsExport)
- Create a new instance.
- Parameters:
jtaVersion - The string denoting the JTA supported.releaseVersion - The string denoting the release version.productName - The name of the product.supportsImport - True if import supported.supportsExport - True if export supported.
getJtaVersion
public String getJtaVersion()
- Specified by:
getJtaVersion in interface TSMetaData
- See Also:
TSMetaData
getReleaseVersion
public String getReleaseVersion()
- Specified by:
getReleaseVersion in interface TSMetaData
- See Also:
TSMetaData
supportsImport
public boolean supportsImport()
- Specified by:
supportsImport in interface TSMetaData
- See Also:
TSMetaData
supportsExport
public boolean supportsExport()
- Specified by:
supportsExport in interface TSMetaData
- See Also:
TSMetaData
getProductName
public String getProductName()
- Specified by:
getProductName in interface TSMetaData
- See Also:
TSMetaData
Copyright © 2014. All Rights Reserved.