workplace += value.toString();
SimpleWatcher myWatcher = new SimpleWatcher();
try {
myClient = new NamespaceNotifierClient(myWatcher,
notifierServerAddrList, notifierServerPortList, CLIENT_PROT);
Thread clientThread = new Thread(myClient);
clientThread.start();