cim_j2eeejbstats.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 29 行

MOF
29
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_J2eeEJBStats// ==================================================================   [UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), Abstract,    Version ( "2.8.0" ), Description (       "The J2eeEJBStats class defines the performance statistics that "       "are available for all EJB component types.")]class CIM_J2eeEJBStats : CIM_J2eeStatistic {      [Description (          "A count of the number of times that the beans create method "          "was called."),        Counter,        MappingStrings { "JSR77.JCP|JSR77.6.11.1.1 getCreateCount|V1.0"           }]   uint64 CreateCount;      [Description (          "A count of the number of times that the beans remove method "          "was called."),        Counter,        MappingStrings { "JSR77.JCP|JSR77.6.11.1.2 getRemoveCount|V1.0"           }]   uint64 RemoveCount;};

⌨️ 快捷键说明

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