public class WebSphereExtendedJtaPlatform extends AbstractJtaPlatform
Modifier and Type | Class and Description |
---|---|
class |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter |
Constructor and Description |
---|
WebSphereExtendedJtaPlatform() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canCacheTransactionManager() |
Object |
getTransactionIdentifier(Transaction transaction)
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
|
protected TransactionManager |
locateTransactionManager() |
protected UserTransaction |
locateUserTransaction() |
canCacheTransactionManagerByDefault, canCacheUserTransaction, canCacheUserTransactionByDefault, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
public static final String UT_NAME
protected boolean canCacheTransactionManager()
canCacheTransactionManager
in class AbstractJtaPlatform
protected TransactionManager locateTransactionManager()
locateTransactionManager
in class AbstractJtaPlatform
protected UserTransaction locateUserTransaction()
locateUserTransaction
in class AbstractJtaPlatform
public Object getTransactionIdentifier(Transaction transaction)
JtaPlatform
getTransactionIdentifier
in interface JtaPlatform
getTransactionIdentifier
in class AbstractJtaPlatform
transaction
- The transaction to be identified.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.