⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_j2eestatistic.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_J2eeStatistic// ==================================================================   [UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), Abstract,    Version ( "2.8.0" ), Description (       "The J2eeStatistic class is a base class that defines the "       "properties that are common to all J2EE statistics. The JSR77 "       "specification defines a set of statistical types, then it "       "defines each J2EE statistic in terms of these types. Since CIM "       "does not support multiple inheritance or embedded objects, the "       "count, time, range, bounded range, and boundary statistics "       "defined have been broken out into individual properties for "       "each statistic that is defined in the JSR77 specification. \n"       "Many of the properties defined for J2EE statistics are "       "inherited from the CIM_StatisticalData class. Some of the "       "inherited properties are CIM dates, which are not consistent "       "with the definitions in the JSR77 specification. In order to "       "minimize implementation differences, methods are defined to "       "provide the dates as specified. Some of the subclasses of "       "CIM_J2EEStatistic do not add any new properties. However, "       "these subclasses were chosen over adding a type property to "       "the superclass because the vendor extensions were likely to "       "result in classes with characteristics distinct enough to "       "warrant the existence of subclasses.")]class CIM_J2eeStatistic : CIM_StatisticalData {      [Description (          "The time the first measurement was taken represented as a "          "long, whose value is the number of milliseconds since "          "January 1, 1970,00:00:00. This method converts the "          "StartStatisticTime property to the format defined in the "          "JSR77 specification. The related property "          "CIM_StatisticalData.StartStatisticTime represents the same "          "information as a CIMDatetime entity."),        MappingStrings { "JSR77.JCP|JSR77.6.4.1.4 getStartTime|V1.0" },        ModelCorrespondence { "CIM_StatisticalData.StartStatisticTime" }]   uint64 GetStartTime();       [Description (          "The time the most recent measurement was taken represented "          "as a long, whose value is the number of milliseconds since "          "January 1, 1970,00:00:00. This method converts the "          "StatisticTime property to the format defined in the JSR77 "          "specification. The related property "          "CIM_StatisticalData.StatisticTime represents the same "          "information as a CIMDatatime entity."),        MappingStrings { "JSR77.JCP|JSR77.6.4.1.5 "           "getLastSampleTime|V1.0" },        ModelCorrespondence { "CIM_StatisticalData.StatisticTime" }]   uint64 GetLastSampleTime(); };

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -