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