public class JBossAppServerJtaPlatform extends AbstractJtaPlatform
Modifier and Type | Field and Description |
---|---|
static String |
AS4_TM_NAME |
static String |
AS7_TM_NAME |
static String |
JBOSS__UT_NAME |
static String |
UT_NAME |
Constructor and Description |
---|
JBossAppServerJtaPlatform() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canCacheTransactionManagerByDefault() |
protected boolean |
canCacheUserTransactionByDefault() |
protected TransactionManager |
locateTransactionManager() |
protected UserTransaction |
locateUserTransaction() |
canCacheTransactionManager, canCacheUserTransaction, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionIdentifier, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
public static final String AS7_TM_NAME
public static final String AS4_TM_NAME
public static final String JBOSS__UT_NAME
public static final String UT_NAME
protected boolean canCacheUserTransactionByDefault()
canCacheUserTransactionByDefault
in class AbstractJtaPlatform
protected boolean canCacheTransactionManagerByDefault()
canCacheTransactionManagerByDefault
in class AbstractJtaPlatform
protected TransactionManager locateTransactionManager()
locateTransactionManager
in class AbstractJtaPlatform
protected UserTransaction locateUserTransaction()
locateUserTransaction
in class AbstractJtaPlatform
Copyright © 2018 JBoss by Red Hat. All rights reserved.