|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBClientTransactionContext | |
|---|---|
| org.jboss.ejb.client | |
| Uses of EJBClientTransactionContext in org.jboss.ejb.client |
|---|
| Subclasses of EJBClientTransactionContext in org.jboss.ejb.client | |
|---|---|
class |
EJBClientManagedTransactionContext
A transaction context for environments with a TransactionManager. |
class |
EJBClientUserTransactionContext
The transaction context for manual control of transactions on a remote node. |
| Methods in org.jboss.ejb.client that return EJBClientTransactionContext | |
|---|---|
static EJBClientTransactionContext |
EJBClientTransactionContext.create(TransactionManager transactionManager,
TransactionSynchronizationRegistry synchronizationRegistry)
Create a transaction context which is controlled by an actual transaction manager. |
static EJBClientTransactionContext |
EJBClientTransactionContext.createLocal()
Create a local client transaction context which is controlled directly via UserTransaction methods. |
static EJBClientTransactionContext |
EJBClientTransactionContext.getCurrent()
Get the current client transaction context. |
static EJBClientTransactionContext |
EJBClientTransactionContext.requireCurrent()
Get the current client transaction context, throwing an exception if one is not available. |
| Methods in org.jboss.ejb.client with parameters of type EJBClientTransactionContext | |
|---|---|
static void |
EJBClientTransactionContext.setGlobalContext(EJBClientTransactionContext context)
Set the singleton, global transaction context. |
| Method parameters in org.jboss.ejb.client with type arguments of type EJBClientTransactionContext | |
|---|---|
static void |
EJBClientTransactionContext.setSelector(ContextSelector<EJBClientTransactionContext> selector)
Set the client transaction context selector. |
|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||