Uses of Interface
com.atomikos.icatch.config.UserTransactionService

Packages that use UserTransactionService
com.atomikos.icatch.admin.imp   
com.atomikos.icatch.config   
com.atomikos.icatch.config.imp   
com.atomikos.icatch.jta   
com.atomikos.icatch.standalone   
 

Uses of UserTransactionService in com.atomikos.icatch.admin.imp
 

Methods in com.atomikos.icatch.admin.imp with parameters of type UserTransactionService
 void LocalLogAdministrator.init(UserTransactionService service)
          Initialize the tool to use a given recovery manager.
 

Uses of UserTransactionService in com.atomikos.icatch.config
 

Classes in com.atomikos.icatch.config that implement UserTransactionService
 class UserTransactionServiceImp
          This is the main class for creating a UserTransactionService instance.
 

Methods in com.atomikos.icatch.config that return UserTransactionService
 UserTransactionService UserTransactionServiceFactory.getUserTransactionService(Properties properties)
          Gets the user transaction service instance.
 

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

Classes in com.atomikos.icatch.config.imp that implement UserTransactionService
 class AbstractUserTransactionService
          The user's (client program) view of the transaction manager's configuration, a compact facade with all the information the client program needs.
 

Uses of UserTransactionService in com.atomikos.icatch.jta
 

Classes in com.atomikos.icatch.jta that implement UserTransactionService
 class AbstractJtaUserTransactionService
           
 

Uses of UserTransactionService in com.atomikos.icatch.standalone
 

Methods in com.atomikos.icatch.standalone that return UserTransactionService
static UserTransactionService StandAloneConfiguration.getUserTransactionService()
          Deprecated. Get the UserTransactionManager instance for the configuration.
 UserTransactionService UserTransactionServiceFactory.getUserTransactionService(Properties properties)
          Get the UserTransactionManager instance for the configuration.
 



Copyright © 2011. All Rights Reserved.