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

 1 marek 1.1 // Copyright (c) 2010 DMTF.  All rights reserved.
 2              [Version ( "2.27.0" ), 
 3               UMLPackagePath ( "CIM::Core::LaunchInContext" ), 
 4               Description ( 
 5                  "This class exposes the capabilities of the Launch in Context service."
 6                   )]
 7           class CIM_LaunchInContextCapabilities : CIM_EnabledLogicalElementCapabilities {
 8           
 9                 [Description ( 
10                     "This property asserts the maximum accepted size of the "
11                     "RestrictedToElement array parameter used in the "
12                     "CIM_LaunchInContextService methods: CreateLaunchPoint, "
13                     "RemoveLaunchPoint, and AssertLaunchPoint.\n"
14                     "A zero indicates no defined limit." )]
15              uint16 MaxRestrictionListSize = 0;
16           
17                 [Description ( 
18                     "This property asserts the maximum number of "
19                     "CIM_LaunchInContextSAP instances that may be "
20                     "instantiated at one time within the modeled implementation.\n"
21                     "A zero indicates no defined limit." )]
22 marek 1.1    uint16 MaxLaunchPoints = 0;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2