Package | Description |
---|---|
org.jboss.seam.transaction |
Abstracts all possible transaction management APIs behind a
JTA-compatible interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalEjbSynchronizations
Local interface for EjbTransaction
|
Modifier and Type | Class and Description |
---|---|
class |
EjbSynchronizations
Receives JTA transaction completion notifications from
the EJB container, and passes them on to the registered
Synchronizations.
|
class |
SeSynchronizations
This implementation does not have access to the JTA TransactionManager, so it
is not fully aware of container managed transaction lifecycle, and is not
able to register Synchronizations with a container managed transaction.
|
Modifier and Type | Method and Description |
---|---|
static Synchronizations |
AbstractUserTransaction.getSynchronizations() |
Copyright © 2015 Seam Framework. All Rights Reserved.