com.atomikos.icatch.standalone
Class UserTransactionServiceFactory
java.lang.Object
com.atomikos.icatch.standalone.UserTransactionServiceFactory
- All Implemented Interfaces:
- UserTransactionServiceFactory
public final class UserTransactionServiceFactory
- extends Object
- implements UserTransactionServiceFactory
Copyright © 2001-2004, Atomikos. All rights reserved.
The configuration (facade) class for the standalone version of the
transaction manager. This version supports no import or export of
transactions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTransactionServiceFactory
public UserTransactionServiceFactory()
getUserTransactionService
public UserTransactionService getUserTransactionService(Properties properties)
- Get the UserTransactionManager instance for the configuration.
- Specified by:
getUserTransactionService
in interface UserTransactionServiceFactory
- Parameters:
properties
- The properties as specified by the client.
- Returns:
- UserTransactionManager The UserTransactionManager