|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.tx.noopts.TxRegistry
public class TxRegistry

The transaction registry
| Constructor Summary | |
|---|---|
TxRegistry()
Constructor |
|
| Method Summary | |
|---|---|
void |
assignTransaction(TransactionImpl v)
Assign a transaction |
void |
endTransaction()
End a transaction |
TransactionImpl |
getTransaction()
Get the transaction for the current thread |
void |
startTransaction()
Start a transaction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TxRegistry()
| Method Detail |
|---|
public TransactionImpl getTransaction()
public void startTransaction()
public void endTransaction()
public void assignTransaction(TransactionImpl v)
v - The value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||