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

 1 marek 1.1 // 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_J2eeJTAStats 
 6           // ==================================================================
 7              [Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), 
 9               Description ( 
10                  "The CIM_J2eeJTAStats class defines the performance statistics "
11                  "that are provided by a JTA resource." )]
12           class CIM_J2eeJTAStats : CIM_J2eeStatistic {
13           
14                 [Description ( "The number of active transactions." ), 
15                  Counter, MappingStrings { 
16                     "JSR77.JCP|JSR77.6.30.1.1 getActiveCount|V1.0" }]
17              uint64 ActiveCount;
18           
19                 [Description ( "The number of committed transactions." ), 
20                  Counter, MappingStrings { 
21                     "JSR77.JCP|JSR77.6.30.1.2 getCommittedCount|V1.0" }]
22 marek 1.1    uint64 CommittedCount;
23           
24                 [Description ( "The number of rolled-back transactions." ), 
25                  Counter, MappingStrings { 
26                     "JSR77.JCP|JSR77.6.30.1.3 getRolledbackCount|V1.0" }]
27              uint64 RolledbackCount;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2