(file) Return to CIM_BindsTo.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.</change>
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_BindsTo
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Core::Service" ), 
11               Description ( 
12                  "This association establishes a ServiceAccessPoint as a "
13                  "requestor of protocol services from a ProtocolEndpoint. "
14                  "Typically, this association runs between SAPs and endpoints on "
15                  "a single system. Because a ProtocolEndpoint is a kind of "
16                  "ServiceAccessPoint, this binding can be used to establish a "
17                  "layering of two protocols, with the upper layer represented by "
18                  "the Dependent and the lower layer represented by the "
19                  "Antecedent." )]
20           class CIM_BindsTo : CIM_SAPSAPDependency {
21           
22 marek 1.1       [Override ( "Antecedent" ), 
23                  Description ( 
24                     "The lower-level endpoint that is accessed by the SAP." )]
25              CIM_ProtocolEndpoint REF Antecedent;
26           
27                 [Override ( "Dependent" ), 
28                  Description ( 
29                     "The AccessPoint or ProtocolEndpoint that is dependent on "
30                     "the lower-level endpoint." )]
31              CIM_ServiceAccessPoint REF Dependent;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2