public abstract class DbTranNode extends java.lang.Object implements TranNode
protected java.util.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 java.util.List<DbTranNode> children
public DbTranNode()
public void add(TranNode slave)
add
TranNode
public void commit() throws java.lang.Throwable
java.lang.Throwable
public void rollback()
public void close() throws java.lang.Throwable