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

Diff for /pegasus/cgi/htdocs/Attic/EnumerateInstanceNames.html between version 1.2 and 1.10

version 1.2, 2001/01/30 07:40:22 version 1.10, 2004/02/17 11:37:49
Line 2 
Line 2 
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
         <td width="50%" align="bottom"><h1>Enumerate Instance Names Operation</h1><td>          <td width="50%" align="bottom"><h1>Enumerate Instance Names CIM Operation</h1><td>
         <td width="50%" align="right">         <td width="50%" align="right">
             <img border=1 src="pegasus/icons/OpenGroupLogo.gif">              <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
         </td>         </td>
       </tr>       </tr>
     </table>     </table>
     <hr></hr>      <hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="EnumerateInstanceNames" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateInstanceNames">       <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateInstanceNames">
       <p>NameSpace        <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
         <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">        <INPUT TYPE="hidden" NAME="debug" VALUE="">
       <p>ClassName <INPUT TYPE="text" NAME="ClassName" SIZE=30>        <p>
             <p><INPUT TYPE="submit" VALUE="Submit Request">  
       <p><INPUT TYPE="reset" VALUE="Reset">      <a name="TOP"></a>
   
       The <TT>enumerateInstances</TT> CIM Operation enumerates instances of a CIM
       Class in the target Namespace.
         <p><b><a href="#NameSpace">NameSpace</a></b>
           <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp; String that defines the target namespace. See <a href="enumeratenamespaces.html">NameSpace
         Operations</a> for more information.
         <p><b><a href="#ClassName">ClassName</a></b> <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;&nbsp; Defines
         name of the Class
         for which instance names are to be retrieved.&nbsp; This must be a legal
         class in the repository
         <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <INPUT TYPE="reset" VALUE="Reset Form">
     </form>     </form>
   
       <hr>
       <h2>RETURN</h2>
       If successful, the method returns zero or more&nbsp;named
       Instances that meet the required criteria.
   
       If unsuccessful, one of the following status codes&nbsp;MUST be returned
       by this method, where the first applicable error in the list (starting
       with the first element of the list, and working down) is&nbsp;the error
       returned. Any additional method-specific interpretation of the error in
       is given in parentheses.
   
           <UL>
             <LI>CIM_ERR_ACCESS_DENIED
             <LI>CIM_ERR_NOT_SUPPORTED
             <LI>CIM_ERR_INVALID_NAMESPACE&nbsp;
             <LI>CIM_ERR_INVALID_PARAMETER (including missing,
                   duplicate,&nbsp;unrecognized or otherwise incorrect parameters)
             <LI>CIM_ERR_INVALID_CLASS (the CIM Class that is the
                   basis for this enumeration does not exist)
             <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>
           </UL>
       <hr>
       <h2>Additional Information</h2>
       <p><b><a name="NameSpace">NameSpace</a></b> The NameSpace parameter is a string that defines the target
       namespace.&nbsp;
       <p><b><a name="ClassName">
   
       ClassName</a></b> The ClassName input parameter defines the Class that is the
       basis for the enumeration. The ClassName input must be in the
       repository&nbsp;
   
   
   
   
       <p><a href="#TOP">Go To Top</a>&nbsp;&nbsp;
       <hr>
       <h2>C++ Call</h2>
   
       <PRE>
       virtual Array<InstanceDecl> enumerateInstanceNames(
           const String&amp; nameSpace,
           const String&amp; className;
   </PRE>
     <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
        Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
   
        <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>)
        for more information on Pegasus</font>
   
        <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
       S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Wednesday, January 30, 2002 07:31:56 AM<!--webbot bot="Timestamp" i-CheckSum="19263" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Copyright @ The Open Group 2001&nbsp;</font>
      <script>
          document.EnumerateInstanceNames.hostaddress.value = top.hostAddress;
          document.EnumerateInstanceNames.debug.value = top.debug;
          document.EnumerateInstanceNames.NameSpace.value = top.NameSpace;
              window.focus();
      </script>
   </body>   </body>
 </html> </html>
   


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2