public void AddWorker(String sIP) throws TException {
   m_oComponentManager.AdmitNewWorker(sIP);
 }