Class WebSphereJtaPlatform
- java.lang.Object
-
- org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
-
- org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
-
- All Implemented Interfaces:
Serializable
,TransactionManagerAccess
,JtaPlatform
,Service
,Configurable
,ServiceRegistryAwareService
public class WebSphereJtaPlatform extends AbstractJtaPlatform
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebSphereJtaPlatform.WebSphereEnvironment
-
Constructor Summary
Constructors Constructor Description WebSphereJtaPlatform()
WebSphereJtaPlatform(Class transactionManagerAccessClass, WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TransactionManager
locateTransactionManager()
protected UserTransaction
locateUserTransaction()
-
Methods inherited from class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
canCacheTransactionManager, canCacheTransactionManagerByDefault, canCacheUserTransaction, canCacheUserTransactionByDefault, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionIdentifier, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
-
-
-
-
Constructor Detail
-
WebSphereJtaPlatform
public WebSphereJtaPlatform()
-
WebSphereJtaPlatform
public WebSphereJtaPlatform(Class transactionManagerAccessClass, WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment)
-
-
Method Detail
-
locateTransactionManager
protected TransactionManager locateTransactionManager()
- Specified by:
locateTransactionManager
in classAbstractJtaPlatform
-
locateUserTransaction
protected UserTransaction locateUserTransaction()
- Specified by:
locateUserTransaction
in classAbstractJtaPlatform
-
-