public void removeSnmpDeviceNode(String nodeid) {
   removeSnmpDeviceNodeFromDb(nodeid);
   removeSnmpDeviceNodeFromDomain(nodeid);
 }