Deprecated API


Contents
Deprecated Interfaces
com.atomikos.icatch.TransactionControl
          As from release 3.0, the methods of this interface have been moved to the basic CompositeTransaction interface. 
com.atomikos.icatch.config.TSInitInfo
          This interface has been replaced by regular properties on the UserTransactionService and UserTransactionServiceFactory classes. 
com.atomikos.icatch.config.TSMetaData
            
 

Deprecated Classes
com.atomikos.jdbc.ConnectionPool
          As of release 3.3, the newer pool should be used instead. 
com.atomikos.jdbc.DataSourceBean
          As of release 3.3, the AtomikosDataSourceBean should be used instead. 
com.atomikos.jdbc.nonxa.DriverManagerDataSource
          As of release 3.3, the AtomikosNonXADataSourceBean should be used instead. 
com.atomikos.jdbc.JtaDataSourceImp
          As of release 3.3, the AtomikosDataSourceBean should be used instead. 
com.atomikos.jdbc.nonxa.NonXADataSourceBean
          As of release 3.3, the AtomikosNonXADataSourceBean should be used instead. 
com.atomikos.jdbc.nonxa.NonXADataSourceImp
          As of release 3.3, the AtomikosNonXADataSourceBean should be used instead. 
com.atomikos.jdbc.SimpleDataSourceBean
          As of release 3.3, the AtomikosDataSourceBean should be used instead. 
com.atomikos.icatch.standalone.StandAloneConfiguration
          As from release 1.30, all of this is done through an instance of the bean class com.atomikos.icatch.UserTransactionServiceImp. 
 

Deprecated Methods
com.atomikos.icatch.config.UserTransactionService.createTSInitInfo()
          Use the properties-based init method instead. 
com.atomikos.icatch.config.TSMetaData.getJtaVersion()
            
com.atomikos.icatch.CompositeTransaction.getLocalSubTxCount()
          This should not matter outside the core. 
com.atomikos.icatch.config.TSInitInfo.getLogAdministrators()
          Do this through the UserTransactionService instead. 
com.atomikos.icatch.config.TSInitInfo.getResources()
          Do this through the UserTransactionService instead. 
com.atomikos.icatch.CompositeTransaction.getTransactionControl()
          As from release 3.0, the methods in the TransactionControl interface have been moved to this one. 
com.atomikos.icatch.config.UserTransactionService.getTransactionManager()
          Use the UserTransactionManager and J2eeTransactionManager classes instead. 
com.atomikos.icatch.config.UserTransactionService.getTSMetaData()
            
com.atomikos.icatch.config.UserTransactionService.getUserTransaction()
          Use the classes in package com.atomikos.icatch.jta instead. 
com.atomikos.icatch.config.UserTransactionService.init(TSInitInfo)
          Use the property-based init method instead. 
com.atomikos.icatch.config.TSInitInfo.registerLogAdministrator(LogAdministrator)
          Do this through the UserTransactionService instead. 
com.atomikos.icatch.config.TSInitInfo.registerResource(RecoverableResource)
          Do this through the UserTransactionService instead. 
 



Copyright © 2011. All Rights Reserved.