public void pause(boolean b) {
   if (m_statusPoller != null) m_statusPoller.pause(b);
 }