|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines WebLogic-specific extensions to javax.transaction.UserTransaction.
| Method Summary | |
void |
begin(java.lang.String name)
Create a new transaction, set the transaction name property and associate the transaction with the current thread. |
void |
begin(java.lang.String name,
int timeoutseconds)
Create a new transaction with the specified timeout value, set the transaction name property and associate the transaction with the current thread. |
| Methods inherited from interface javax.transaction.UserTransaction |
begin,
commit,
getStatus,
rollback,
setRollbackOnly,
setTransactionTimeout |
| Method Detail |
public void begin(java.lang.String name)
throws javax.transaction.NotSupportedException,
javax.transaction.SystemException
name - The descriptive name to be associated with the
new transaction.Transaction.setName(String)
public void begin(java.lang.String name,
int timeoutseconds)
throws javax.transaction.NotSupportedException,
javax.transaction.SystemException
name - The descriptive name to be associated with the
new transaction.timeoutseconds - The timeout value for the transaction.
This value will override the default timeout value associated
with the current thread. If a value of zero is specified
the default timeout will be used.Transaction.setName(String)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||