|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sandesha2.storage.jdbc.JDBCTransaction
public class JDBCTransaction
| Constructor Summary | |
|---|---|
JDBCTransaction(PersistentStorageManager pmgr)
|
|
| Method Summary | |
|---|---|
void |
commit()
|
java.sql.Connection |
getDbConnection()
|
boolean |
isActive()
|
void |
rollback()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCTransaction(PersistentStorageManager pmgr)
| Method Detail |
|---|
public java.sql.Connection getDbConnection()
public void commit()
commit in interface Transactionpublic void rollback()
rollback in interface Transactionpublic boolean isActive()
isActive in interface Transaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||