Uses of Interface
com.atomikos.icatch.TSListener

Packages that use TSListener
com.atomikos.icatch   
com.atomikos.icatch.config   
com.atomikos.icatch.config.imp   
com.atomikos.icatch.imp   
com.atomikos.icatch.system   
 

Uses of TSListener in com.atomikos.icatch
 

Methods in com.atomikos.icatch with parameters of type TSListener
 void TransactionService.addTSListener(TSListener listener)
          Adds a listener to the transaction service.
 void TransactionService.removeTSListener(TSListener listener)
          Removes a listener from the transaction service.
 

Uses of TSListener in com.atomikos.icatch.config
 

Methods in com.atomikos.icatch.config with parameters of type TSListener
 void UserTransactionServiceImp.registerTSListener(TSListener listener)
           
 void UserTransactionService.registerTSListener(TSListener listener)
          Registers a listener with the transaction service.
 void UserTransactionServiceImp.removeTSListener(TSListener listener)
           
 void UserTransactionService.removeTSListener(TSListener listener)
          Removes a listener from the transaction service.
 

Uses of TSListener in com.atomikos.icatch.config.imp
 

Methods in com.atomikos.icatch.config.imp with parameters of type TSListener
 void AbstractUserTransactionService.registerTSListener(TSListener listener)
           
 void AbstractUserTransactionService.removeTSListener(TSListener listener)
           
 

Uses of TSListener in com.atomikos.icatch.imp
 

Methods in com.atomikos.icatch.imp with parameters of type TSListener
 void TransactionServiceImp.addTSListener(TSListener listener)
           
 void TransactionServiceImp.removeTSListener(TSListener listener)
           
 

Uses of TSListener in com.atomikos.icatch.system
 

Methods in com.atomikos.icatch.system with parameters of type TSListener
static void Configuration.addTSListener(TSListener l)
          Add a transaction service listener.
static void Configuration.removeTSListener(TSListener l)
          Remove a transaction service listener.
 



Copyright © 2011. All Rights Reserved.