managed object classes 中文意思是什麼

managed object classes 解釋
管理對象類
  • managed : 處理
  • object : n 1 物,物體,物件。2 目標 (of; for); 目的,宗旨。3 【哲學】對象,客體,客觀 (opp subject); ...
  • classes : 故障種類
  1. Here, the managed objects are classified into four types : m - based ( storing all resource information in memory ), md - based ( storing the base managed object in memory and the list of attribute in persistent storage ), mr - based ( storing the base managed object in memory and accessing the resource directly ) and d - based ( storing all resource information in a database ). to achieve those, a generic class is designed for the need of the basic managed object ; as a result, the managed object class abstracted from the managed objects mentioned above can be derived from this generic class when corresponding attributes and methods are added. finally, a mib storage structure of a real application inherited from its super classes can be constructed

    該實現方法首先根據管理系統中被管對象的特點將其分為基於內存( m - based ) ,基於內存?數據庫( md - based ) ,基於內存?指針( mr - based )和基於數據庫( d - based )等四種類型;其次,定義被管對象基類用於描述通用的被管對象,然後以此基類為基礎,繼承並添加與具體模式有關的數據成員和方法成員,實現其它類型的被管對象類;對于具體的網管應用,則根據具體要實現的被管對象特點,從合適的被管對象類衍生,添加與具體應用有關的代碼,即可實現相應的mib存儲結構。
分享友人