org.jboss.seam.transaction
public abstract class AbstractUserTransaction extends Object implements UserTransaction
Constructor and Description |
---|
AbstractUserTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
enlist(javax.persistence.EntityManager entityManager) |
static Synchronizations |
getSynchronizations() |
boolean |
isActive() |
boolean |
isActiveOrMarkedRollback() |
boolean |
isCommitted() |
boolean |
isConversationContextRequired() |
boolean |
isMarkedRollback() |
boolean |
isNoTransaction() |
boolean |
isRolledBack() |
boolean |
isRolledBackOrMarkedRollback() |
abstract void |
registerSynchronization(Synchronization sync) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
begin, commit, getStatus, rollback, setRollbackOnly, setTransactionTimeout
public boolean isActive() throws SystemException
SystemException
public boolean isActiveOrMarkedRollback() throws SystemException
SystemException
public boolean isRolledBackOrMarkedRollback() throws SystemException
SystemException
public boolean isMarkedRollback() throws SystemException
SystemException
public boolean isNoTransaction() throws SystemException
SystemException
public boolean isRolledBack() throws SystemException
SystemException
public boolean isCommitted() throws SystemException
SystemException
public boolean isConversationContextRequired()
public abstract void registerSynchronization(Synchronization sync)
public void enlist(javax.persistence.EntityManager entityManager) throws SystemException
SystemException
public static Synchronizations getSynchronizations()
Copyright © 2015 Seam Framework. All Rights Reserved.