org.jboss.seam.transaction
Interface SeamTransaction
- All Superinterfaces:
- UserTransaction
public interface SeamTransaction
- extends UserTransaction
Extends the standard UserTransaction interface with a couple of helpful
methods.
- Author:
- Gavin King
isActive
boolean isActive()
throws SystemException
- Throws:
SystemException
isActiveOrMarkedRollback
boolean isActiveOrMarkedRollback()
throws SystemException
- Throws:
SystemException
isRolledBackOrMarkedRollback
boolean isRolledBackOrMarkedRollback()
throws SystemException
- Throws:
SystemException
isMarkedRollback
boolean isMarkedRollback()
throws SystemException
- Throws:
SystemException
isNoTransaction
boolean isNoTransaction()
throws SystemException
- Throws:
SystemException
isRolledBack
boolean isRolledBack()
throws SystemException
- Throws:
SystemException
isCommitted
boolean isCommitted()
throws SystemException
- Throws:
SystemException
isConversationContextRequired
boolean isConversationContextRequired()
registerSynchronization
void registerSynchronization(Synchronization sync)
enlist
void enlist(EntityManager entityManager)
throws SystemException
- Throws:
SystemException
Copyright © 2011 Seam Framework. All Rights Reserved.