Java org.hibernate.engine.transaction.internal.jta JtaStatusHelper fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.transaction.internal.jta JtaStatusHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.transaction.internal.jta JtaStatusHelper.

The text is from its open source code.

Method

intgetStatus(UserTransaction userTransaction)
Extract the status code from a UserTransaction
intgetStatus(TransactionManager transactionManager)
Extract the status code from the current javax.transaction.Transaction associated with the given TransactionManager
booleanisActive(int status)
Does the given status code indicate an active transaction?
booleanisActive(UserTransaction userTransaction)
Does the status code obtained from the given UserTransaction indicate an active transaction?
booleanisActive(TransactionManager transactionManager)
Does the status code obtained from the given TransactionManager indicate an active transaction?