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

Diff for /pegasus/cgi/htdocs/Attic/enumeratenamespaces.html between version 1.6 and 1.7

version 1.6, 2001/06/12 14:32:26 version 1.7, 2001/06/30 15:28:09
Line 1 
Line 1 
 <html> <html>
     <HEAD>
      <script LANGUAGE="JavaScript">
             function gatherWindowData() {
               var msg = "Testing" +"<br>"
               msg = msg + "topname: " + top.name + "<BR>"
                   msg = msg + "parent name: " + parent.name + "<BR>"
                   msg = msg + "parent.document.title: " + parent.document.title + "<P>"
                   msg = msg + "window.name: " + window.name + "<BR>"
                   msg = msg + "self.name: " + self.name + "<BR>"
                   msg = msg + "self.document.title: " + self.document.title
                   return msg
             }
      </script>
     </HEAD>
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
Line 9 
Line 23 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
   <form name="EnumerateNameSpaces" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">    <form name="EnumerateNamespaces" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
        <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateNameSpaces">        <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateNameSpaces">
        <input type="hidden" name="hostip" value="localhost">         <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
        <input type="hidden" name="portnum" value="5988">         <INPUT TYPE="hidden" NAME="debug" VALUE="">
        <p>        <p>
        <a name="TOP"></a>        <a name="TOP"></a>
        This request enumerates the namespaces defined in the repository. This is not a CIM intrinsic method but uses CIM enumerateInstance.        This request enumerates the namespaces defined in the repository. This is not a CIM intrinsic method but uses CIM enumerateInstance.
Line 48 
Line 62 
                 basis for this enumeration does not exist)                 basis for this enumeration does not exist)
           <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>           <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>
         </UL>         </UL>
     <p>&nbsp;</p>      <hr>
     <h2>Additional Information on the Fields</h2>     <h2>Additional Information on the Fields</h2>
     <p><a name="NameSpace"><b>NameSpace</b></a> - The NameSpace parameter is a string that defines the     <p><a name="NameSpace"><b>NameSpace</b></a> - The NameSpace parameter is a string that defines the
     target namespace     target namespace
Line 95 
Line 109 
  
     <p style="line-height: 100%; margin-top: 0; margin-bottom: 0"><font size="1">Last     <p style="line-height: 100%; margin-top: 0; margin-bottom: 0"><font size="1">Last
     Modified <!--webbot bot="Timestamp" S-Type="EDITED"     Modified <!--webbot bot="Timestamp" S-Type="EDITED"
     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Monday, March 26, 2001 02:37:32 PM<!--webbot bot="Timestamp" i-CheckSum="50314" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 06:39:39 PM<!--webbot bot="Timestamp" i-CheckSum="55159" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     Copyright @ The Open Group 2001&nbsp;</font>     Copyright @ The Open Group 2001&nbsp;</font>
       <p>  
      <script LANGUAGE="JavaScript">
              document.EnumerateNamespaces.hostaddress.value = top.hostAddress;
          document.GetInstance.debug.value = top.debug;
          document.GetInstance.NameSpace.value = top.NameSpace;
              window.focus();
      </script>
   </body>   </body>
 </html> </html>


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2