cim_j2eesessionbeanstats.mof

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

MOF
35
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_J2eeSessionBeanStats// ==================================================================   [UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), Abstract,    Version ( "2.8.0" ), Description (       "The J2eeSessionBeanStats class is a base class that defines "       "the performance statistics that are provided by both stateful "       "and stateless session beans.")]class CIM_J2eeSessionBeanStats : CIM_J2eeEJBStats {      [Description (          "The number of bean instances in the method-ready state."),        Counter,        MappingStrings { "JSR77.JCP|JSR77.6.14.1.1 "           "getMethodReadyCount|V1.0" }]   uint64 MethodReadyCount;      [Description (          "The lowest number of bean instances in the method-ready "          "state since the beginning of the measurement."),        MappingStrings { "JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0"           }]   uint64 MethodReadyLowWaterMark;      [Description (          "The highest number of bean instances in the method-ready "          "state since the beginning of the measurement."),        MappingStrings { "JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0"           }]   uint64 MethodReadyHighWaterMark;};

⌨️ 快捷键说明

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