public boolean needsTwoThreads() {
   if (_dom != null) {
     return _dom.needsTwoThreads();
   } else {
     return super.needsTwoThreads();
   }
 }