(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.3 and 1.7

version 1.3, 2001/02/02 21:59:45 version 1.7, 2001/06/12 14:32:25
Line 4 
Line 4 
       <tr>       <tr>
         <td width="50%" align="bottom"><h1>Enumerate Instance Names CIM 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>
     <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">
         <input type="hidden" name="hostip" value="localhost">
         <input type="hidden" name="portnum" value="5988">
       <p>       <p>
  
     <a name="TOP"></a>     <a name="TOP"></a>
Line 18 
Line 20 
     The <TT>enumerateInstances</TT> method enumerates instances of a CIM     The <TT>enumerateInstances</TT> method enumerates instances of a CIM
     Class in the target Namespace.     Class in the target Namespace.
       <p><b><a href="#NameSpace">NameSpace</a></b>       <p><b><a href="#NameSpace">NameSpace</a></b>
         <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">&nbsp; String that defines the target namespace. See <a href="getnamespaces.html">NameSpace          <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp; String that defines the target namespace. See <a href="getnamespaces.html">NameSpace
       Operations</a> for more information.       Operations</a> for more information.
       <p><b><a href="#ClassName">ClassName</a></b> <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;&nbsp; Defines       <p><b><a href="#ClassName">ClassName</a></b> <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;&nbsp; Defines
       name of the Class       name of the Class
Line 38 
Line 40 
       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset">       <INPUT TYPE="reset" VALUE="Reset">
     </form>     </form>
      <script>
      EnumerateInstanceNames.hostip.value = opener.top.hostip;
      EnumerateInstanceNames.portnum.value = opener.top.portnum;
      window.focus();
      </script>
  
     <hr>     <hr>
     <h2>RETURN</h2>     <h2>RETURN</h2>
Line 132 
Line 139 
     <p><a href="#TOP">Go To Top</a>&nbsp;&nbsp;     <p><a href="#TOP">Go To Top</a>&nbsp;&nbsp;
     <hr>     <hr>
     <h2>C++ Call</h2>     <h2>C++ Call</h2>
     <p>  
  
     <PRE>     <PRE>
     virtual Array<InstanceDecl> enumerateInstances(     virtual Array<InstanceDecl> enumerateInstances(
Line 143 
Line 149 
         Boolean includeQualifiers = false,         Boolean includeQualifiers = false,
         Boolean includeClassOrigin = false,         Boolean includeClassOrigin = false,
                 const Array<String>&amp; propertyList = _getStringArray()) = 0;                 const Array<String>&amp; propertyList = _getStringArray()) = 0;
   </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>
  
     </PRE>       <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 -->Monday, March 26, 2001 05:01:59 PM<!--webbot bot="Timestamp" i-CheckSum="50769" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Copyright @ The Open Group 2001&nbsp;</font>
   
       <PRE>   </PRE>
   </body>   </body>
 </html> </html>
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2