|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.JavaProto.Transaction.Transaction
Constructor Summary | |
Transaction()
|
|
Transaction(TransactionMgr mgr)
|
Method Summary | |
void |
abort()
|
void |
commit()
|
TransactionMgr |
getTransactionMgr()
|
boolean |
isAlive()
|
void |
setTransactionMgr(TransactionMgr mgr)
|
abstract void |
subAbort()
|
abstract void |
subCommit()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Transaction()
public Transaction(TransactionMgr mgr)
Method Detail |
public abstract void subAbort()
public abstract void subCommit()
public void abort()
public void commit()
public void setTransactionMgr(TransactionMgr mgr)
public TransactionMgr getTransactionMgr()
public boolean isAlive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |