public void pollStatus() {
   if (statusUpdate > 0) {
     m_statusPoller = new StatusPoller(statusUpdate);
     m_statusPoller.start();
   }
 }