Ejemplo n.º 1
0
 public void open() throws DbException, NoSuchElementException, TransactionAbortedException {
   m_child.open();
   super.open();
 }
Ejemplo n.º 2
0
 public void open() throws DbException, NoSuchElementException, TransactionAbortedException {
   // some code goes here
   // DONE
   _child.open();
   super.open();
 }