com.atomikos.icatch.config
Interface UserTransactionServiceFactory
public interface UserTransactionServiceFactory
A factory for UserTransactionService instances.
Each API implementation 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!
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 © 2014. All Rights Reserved.