public abstract class DbTranNode extends Object implements TranNode
protected List<DbTranNode>
children
protected DbTranNode
parent
DbTranNode()
void
add(TranNode slave)
close()
commit()
rollback()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
protected DbTranNode parent
protected List<DbTranNode> children
public DbTranNode()
public void add(TranNode slave)
add
TranNode
public void commit() throws Throwable
Throwable
public void rollback() throws Throwable
public void close() throws Throwable
Copyright © 2024. All rights reserved.