(file) Return to CIM_J2eeModuleUsesJVM.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_J2eeModuleUsesJVM 
 6               // ==================================================================
 7                  [Association, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 9                   Description ( 
10                      "The CIM_J2eeModuleUsesJVM association identifies the JVM that "
11                      "a specific Module runs in." )]
12               class CIM_J2eeModuleUsesJVM : CIM_HostedDependency {
13               
14                     [Override ( "Dependent" ), 
15                      Description ( "The Module that uses a Java Virtual Machine." )]
16                  CIM_J2eeModule REF Dependent;
17               
18                     [Override ( "Antecedent" ), 
19                      Min ( 1 ), 
20                      Description ( "The Java VM on which the module is running." )]
21                  CIM_J2eeJVM REF Antecedent;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2