(file) Return to CIM_J2eeResourceAdapterInModule.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_J2eeResourceAdapterInModule 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 9               Description ( 
10                  "CIM_J2eeResourceAdapterInModule is an aggregation of the "
11                  "resource adapters contained within a deployed RAR Module." )]
12           class CIM_J2eeResourceAdapterInModule : CIM_ServiceComponent {
13           
14                 [Aggregate, Override ( "GroupComponent" ), 
15                  Min ( 1 ), 
16                  Description ( 
17                     "The ResourceAdapter Module that is comprised of resource adapters."
18                      )]
19              CIM_J2eeResourceAdapterModule REF GroupComponent;
20           
21                 [Override ( "PartComponent" ), 
22 marek 1.1        Min ( 1 ), 
23                  Description ( 
24                     "The resource adapter that is a part of the resource "
25                     "adapter Module." )]
26              CIM_J2eeResourceAdapter REF PartComponent;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2