org.hibernate.service.jta.platform.internal
Class JBossAppServerJtaPlatform

java.lang.Object
  extended by org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
      extended by org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
All Implemented Interfaces:
Serializable, TransactionManagerAccess, JtaPlatform, Service, Configurable, ServiceRegistryAwareService

public class JBossAppServerJtaPlatform
extends AbstractJtaPlatform

JtaPlatform definition for JBoss Application Server.

See Also:
Serialized Form

Field Summary
static String AS4_TM_NAME
           
static String AS7_TM_NAME
           
static String UT_NAME
           
 
Constructor Summary
JBossAppServerJtaPlatform()
           
 
Method Summary
protected  TransactionManager locateTransactionManager()
           
protected  UserTransaction locateUserTransaction()
           
 
Methods inherited from class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
canCacheTransactionManager, canCacheUserTransaction, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionIdentifier, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AS7_TM_NAME

public static final String AS7_TM_NAME
See Also:
Constant Field Values

AS4_TM_NAME

public static final String AS4_TM_NAME
See Also:
Constant Field Values

UT_NAME

public static final String UT_NAME
See Also:
Constant Field Values
Constructor Detail

JBossAppServerJtaPlatform

public JBossAppServerJtaPlatform()
Method Detail

locateTransactionManager

protected TransactionManager locateTransactionManager()
Specified by:
locateTransactionManager in class AbstractJtaPlatform

locateUserTransaction

protected UserTransaction locateUserTransaction()
Specified by:
locateUserTransaction in class AbstractJtaPlatform


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.