e.removeAllChildren();
EDBUnit nodesE = e.create("NODES");
nodesE.copy(EDB.This().get("ROOT.NODES"));
DirectMessagePassing DMP = new DirectMessagePassing();
DMP.run();
}else
if( strChild1.equalsIgnoreCase("LW") ){
EDB.This().get("ROOT.NET_INFO.CURRENT_ENGINE").setData("LW");
EDBUnit e = EDB.This().get("ROOT.ENGINES.LW");
e.removeAllChildren();