|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
---|---|
weblogic.ejb | This package contains public WebLogic EJB classes / interfaces. |
weblogic.transaction | Provides interfaces and classes for transaction support. |
Uses of Transaction in weblogic.ejb |
---|
Methods in weblogic.ejb that return Transaction | |
---|---|
protected Transaction |
GenericEnterpriseBean.getCurrentTransaction()
Transaction Methods |
Uses of Transaction in weblogic.transaction |
---|
Methods in weblogic.transaction that return Transaction | |
---|---|
Transaction |
ClientTransactionManager.forceSuspend()
suspend dissociates the transaction from the thread
delists enlisted resources and marks the transaction for rollback
in the event of any failures (for example, while delisting
statically registered resources). |
Transaction |
InterposedTransactionManager.getTransaction()
Gets the transaction object that is associated with the current thread |
static Transaction |
TxHelper.getTransaction()
Deprecated. |
Transaction |
TransactionManager.getTransaction(Xid xid)
Given an XID returns the corresponding transaction object, if any. |
Transaction |
InterposedTransactionManager.getTransaction(Xid xid)
Given an Xid returns the corresponding transaction object, if any |
Methods in weblogic.transaction with parameters of type Transaction | |
---|---|
void |
ClientTransactionManager.forceResume(Transaction suspendedTx)
If the transaction is active, resume automatically
enlists statically registered resources and associates the
transaction with the thread. |
Constructors in weblogic.transaction with parameters of type Transaction | |
---|---|
TimedOutException(Transaction tx)
|
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |