(file) Return to CIM_J2eeStatefulSessionBeanStats.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_J2eeStatefulSessionBeanStats 
 6               // ==================================================================
 7                  [Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), 
 9                   Description ( 
10                      "The J2eeStatefulSessionBeanStats class defines the performance "
11                      "statistics that are provided by a stateful session bean." )]
12               class CIM_J2eeStatefulSessionBeanStats : CIM_J2eeSessionBeanStats {
13               
14                     [Description ( 
15                         "The number of bean instances in a passive state." ), 
16                      Counter, MappingStrings { 
17                         "JSR77.JCP|JSR77.6.15.1.1 getPassiveCount|V1.0" }]
18                  uint64 PassiveCount;
19               
20                     [Description ( 
21                         "The lowest number of bean instances in the passive state "
22 karl  1.1.2.2           "since the beginning of the measurement." ), 
23                      MappingStrings { 
24                         "JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0" }]
25                  uint64 PassiveLowWaterMark;
26               
27                     [Description ( 
28                         "The highest number of bean instances in the passive "
29                         "state since the beginning of the measurement." ), 
30                      MappingStrings { 
31                         "JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0" }]
32                  uint64 PassiveHighWaterMark;
33               
34               
35               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2