Deprecated API


Contents
Deprecated Interfaces
com.atomikos.icatch.CompositeTerminator
          This functionality is now available directly via the CompositeTransaction. 
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 Methods
com.atomikos.icatch.config.UserTransactionService.createTSInitInfo()
          Use the properties-based init method instead. 
com.atomikos.icatch.SysException.getErrors()
            
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.SysException.getStackTrace()
            
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.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. 
 

Deprecated Constructors
com.atomikos.datasource.ResourceException(Stack)
            
com.atomikos.datasource.ResourceException(String, Stack)
            
com.atomikos.icatch.SysException(String, Stack)
            
 



Copyright © 2013. All Rights Reserved.