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

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

public class BitronixJtaPlatform
extends AbstractJtaPlatform

See Also:
Serialized Form

Constructor Summary
BitronixJtaPlatform()
           
 
Method Summary
protected  TransactionManager locateTransactionManager()
           
protected  UserTransaction locateUserTransaction()
           
 
Methods inherited from class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
canCacheTransactionManager, canCacheTransactionManagerByDefault, canCacheUserTransaction, canCacheUserTransactionByDefault, 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
 

Constructor Detail

BitronixJtaPlatform

public BitronixJtaPlatform()
Method Detail

locateTransactionManager

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

locateUserTransaction

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


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