(file) Return to CIM_J2eeJDBCConnectionPools.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_J2eeJDBCConnectionPools 
 6               // ==================================================================
 7                  [Association, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), 
 9                   Description ( 
10                      "CIM_J2eeJDBCConnectionPools provides the list of statistics "
11                      "about the connections pools that are associated with the "
12                      "referencing JDBC resource statistics." )]
13               class CIM_J2eeJDBCConnectionPools : CIM_RelatedStatisticalData {
14               
15                     [Override ( "Stats" ), 
16                      Description ( "The JDBC resource statistic." )]
17                  CIM_J2eeJDBCStats REF Stats;
18               
19                     [Override ( "RelatedStats" ), 
20                      Description ( "The related JDBC connection pool statistics." )]
21                  CIM_J2eeConnectionPoolStats REF RelatedStats;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2