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
NamingException
protected UserTransaction createNoTransaction()
protected UserTransaction createCMTTransaction() throws NamingException
NamingException
protected UserTransaction createUTTransaction() throws NamingException
NamingException
protected UserTransaction getUserTransaction() throws NamingException
NamingException
Copyright © 2015 Seam Framework. All Rights Reserved.