org.jboss.seam.transaction
@Name(value="org.jboss.seam.transaction.transaction") @Scope(value=EVENT) @Install(precedence=0) @BypassInterceptors public class Transaction extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSACTION_FAILED |
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
protected UserTransaction |
createCMTTransaction() |
protected UserTransaction |
createNoTransaction() |
protected UserTransaction |
createUTTransaction() |
UserTransaction |
getTransaction() |
protected UserTransaction |
getUserTransaction() |
static UserTransaction |
instance() |
public static final String TRANSACTION_FAILED
public static UserTransaction instance()
@Unwrap public UserTransaction getTransaction() throws NamingException
NamingExceptionprotected UserTransaction createNoTransaction()
protected UserTransaction createCMTTransaction() throws NamingException
NamingExceptionprotected UserTransaction createUTTransaction() throws NamingException
NamingExceptionprotected UserTransaction getUserTransaction() throws NamingException
NamingExceptionCopyright © 2015 Seam Framework. All Rights Reserved.