(file) Return to EnumerateQualifiers.html CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs

 1 mike  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5           	<td width="50%" align="bottom"><h1>EnumerateQualifiers</h1><td>
 6           	<td width="50%" align="right">
 7 karl  1.2 	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8 mike  1.1         </td>
 9                 </tr>
10               </table>
11 karl  1.6     <hr>
12 karl  1.4     <form name="EnumerateQualifiers" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 mike  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateQualifiers">
14 karl  1.6       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
15                 <INPUT TYPE="hidden" NAME="debug" VALUE="">
16                 <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
17                 <p><INPUT TYPE="submit" VALUE="EnumerateQualifiers">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
18                 <INPUT TYPE="reset" VALUE="Reset">
19 mike  1.1     </form>
20 karl  1.3     <hr>
21               <h2>Return Results</h2>
22               If successful, the method returns zero or more CIMQualifier
23               declarations.
24           
25               If unsuccessful, one of the following status codes MUST be returned by this
26               method, where the first applicable error in the list (starting with the
27               first element of the list, and working down) is the error returned. Any
28               additional method-specific interpretation of the error in is given in
29               parentheses.
30           
31               <UL>
32                 <LI>CIM_ERR_ACCESS_DENIED
33                 <LI>CIM_ERR_NOT_SUPPORTED
34                 <LI>CIM_ERR_INVALID_NAMESPACE
35                 <LI>CIM_ERR_INVALID_PARAMETER (including missing,
36                 	duplicate, unrecognized or otherwise incorrect parameters)
37                 <LI>CIM_ERR_NOT_FOUND (the requested CIMQualifier declaration did not
38                 exist)
39                 <LI>CIM_ERR_FAILED (some other unspecified error occurred)
40                 </LI>
41 karl  1.3      </UL>
42               <hr>
43               <h2>Additional Fields Description</h2>
44           The <TT>enumerateQualifiers</TT> operation is used to enumerate
45               CIMQualifier declarations from the target Namespace.&nbsp;
46 karl  1.6     <p><b>NameSpace</b> The NameSpace parameter is a string that defines the target
47           	namespace&nbsp;
48 karl  1.3     <hr>
49               <h2>C++ Pegasus API</h2>
50               <pre>
51               virtual Array<CIMQualifierDecl> enumerateQualifiers(
52           		const String&amp; nameSpace) = 0;
53              </pre>
54             <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
55                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
56           
57                <p style="margin-top: 0; margin-bottom: 0"> <font size="2">See (<a href="http://www.opengroup.org/management">http://www.opengroup.org/management</a>)
58                for more information on Pegasus</font>
59           
60                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
61 karl  1.6     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 06:40:22 PM<!--webbot bot="Timestamp" i-CheckSum="54885" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
62 karl  1.3      Copyright @ The Open Group 2001&nbsp;</font>
63           
64 karl  1.4    <script>
65 karl  1.6        document.EnumerateQualifiers.hostaddress.value = top.hostAddress;
66                  document.EnumerateQualifiers.debug.value = top.debug;
67                  document.EnumerateQualifiers.NameSpace.value = top.NameSpace;
68           	   window.focus();
69 karl  1.5    </script>
70 mike  1.1   </body>
71           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2