com.atomikos.icatch.config
Interface UserTransactionServiceFactory

All Known Implementing Classes:
AbstractUserTransactionServiceFactory, UserTransactionServiceFactory

public interface UserTransactionServiceFactory

A factory for UserTransactionService instances. Each product will typically have its own implementation. A system property can be used to indicate which one to use. Implementations should have a public no-arg constructor!


Method Summary
 UserTransactionService getUserTransactionService(Properties properties)
          Gets the user transaction service instance.
 

Method Detail

getUserTransactionService

UserTransactionService getUserTransactionService(Properties properties)
Gets the user transaction service instance.

Parameters:
properties - The properties that can be used to initialize.
Returns:
UserTransactionService A user handle that corresponds to the underlying transaction service implementation.


Copyright © 2011. All Rights Reserved.