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