//------------------------------------------------------------------------- public void regNodeServerScriptFactory(INodeServerScriptFactory factory) { string key = factory.getNodeType(); string[] str_list = key.Split('_'); mMapNodeServerScriptFactory[str_list[0]] = factory; }
//------------------------------------------------------------------------- public string getType() { return(mFactory.getNodeType()); }