|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.gov.frameworkdemoiselle.transaction.JTATransaction
public class JTATransaction
Delegates the transaction control to a JEE container.
| Constructor Summary | |
|---|---|
JTATransaction()
|
|
| Method Summary | |
|---|---|
void |
begin()
|
void |
commit()
|
boolean |
isActive()
|
boolean |
isMarkedRollback()
|
void |
rollback()
|
void |
setRollbackOnly()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JTATransaction()
| Method Detail |
|---|
public boolean isActive()
isActive in interface TransactionDemoiselleExceptionpublic boolean isMarkedRollback()
isMarkedRollback in interface TransactionDemoiselleExceptionpublic void begin()
begin in interface TransactionDemoiselleExceptionpublic void commit()
commit in interface TransactionDemoiselleExceptionpublic void rollback()
rollback in interface TransactionDemoiselleExceptionpublic void setRollbackOnly()
setRollbackOnly in interface TransactionDemoiselleException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||