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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="SysDevCR00722.000" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_ProvidesEndpoint
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Core::Service" ), 
11               Description ( 
12                  "This association represents a ProtocolEndpoint that is "
13                  "provided by a Service to allow access to the Service." )]
14           class CIM_ProvidesEndpoint : CIM_ServiceAccessBySAP {
15           
16                 [Override ( "Antecedent" ), 
17                  Description ( 
18                     "The Service that is accessed by the ProtocolEndpoint." )]
19              CIM_Service REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( 
23                     "The ProtocolEndpoint that provides access to the Service." )]
24              CIM_ProtocolEndpoint REF Dependent;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2