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

Diff for /pegasus/cgi/htdocs/Attic/classtree.htm between version 1.5 and 1.6

version 1.5, 2001/06/30 15:28:09 version 1.6, 2004/02/17 11:26:41
Line 1 
Line 1 
 <html> <html>
   <body bgcolor="#CCCCCC">          <body bgcolor="#cccccc">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
         <td width="50%" align="bottom"><h1>Display Complete Class Tree&nbsp;</h1><td>                                  <td width="50%" align="bottom"><h1>Display Complete Class Tree&nbsp;</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 name="ClassTree" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">                  <form name="ClassTree" METHOD="get" ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassTree">                          <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassTree"> <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">                          <INPUT TYPE="hidden" NAME="debug">
       <INPUT TYPE="hidden" NAME="debug" VALUE="">                          <p>
       <p>Show the Class Tree for a Namespace.                          Show the Class Tree for a Namespace.
       <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">                          <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE="30" VALUE="root/cimv2">
       <p><INPUT TYPE="submit" VALUE="Submit" name="Submit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                                  String that defines the target namespace. See <A href="enumeratenamespaces.html">NameSpace
       <INPUT TYPE="reset" VALUE="Reset">                                          Operations</A>
                           for more information
                           <p><INPUT TYPE="submit" VALUE="Submit Request" name="Submit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                   <INPUT TYPE="reset" VALUE="Reset Form">
     </form>     </form>
   
     <hr>     <hr>
     <h2>     <h2>
     Additional Information</h2>     Additional Information</h2>
     <p>This function displays the complete inheritance tree of classes in a                  <p>This function displays the complete inheritance tree of classes in a Namespace
     Namespace with indenting to show the inheritance. Individual classes can be                          with indenting to show the inheritance. Individual classes can be displayed
     displayed from the entries.</p>                          from the entries.</p>
     <p>This function takes a long time to complete (est. 50 seconds + with 735                  <p>This function takes a long time to complete (est. 50 seconds + with 735 classes)
     classes) and does not start to display until complete.&nbsp;This is a                          and does not start to display until complete.&nbsp;This is a function of the
     function of the way the information is acquired and in a future version, the                          way the information is acquired and in a future version, the algorithm modified
     algorithm modified to present levels of information as they are received                          to present levels of information as they are received rather than do the
     rather than do the complete acquisition and structuring before creating the                          complete acquisition and structuring before creating the HTML outptu.&nbsp; It
     HTML outptu.&nbsp; It uses the                          uses the enumerate classnames to get a complete set of names and then uses
     enumerate classnames to get a complete set of names and then uses individual                          individual getclass operations to get the classes and extract the
     getclass operations to get the classes and extract the superclass.&nbsp;                          superclass.&nbsp; Whereas the Class Inheritance function gets everything in one
     Whereas the Class Inheritance function gets everything in one single                          single enumerate classes operation and requires that the timeout be set to the
     enumerate classes operation and requires that the timeout be set to the time                          time required to complete the single call, this display uses enumerate names to
     required to complete the single call, this display uses enumerate names to  
     get the complete namelist of classes and then acquires the class information     get the complete namelist of classes and then acquires the class information
     one-by-one and therefore can operate with the normal timeout.</p>     one-by-one and therefore can operate with the normal timeout.</p>
   <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration                  <hr>
      Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>                  <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
                           <font size="2">Demonstration Prepared by the OpenGroup Manageability Work Group
      <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>)                                  Pegasus Development Team</font>
                   <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
                           <font size="2">See (<a href="http://www.opengroup.org/management">http://www.opengroup.org/management</a>)
      for more information on Pegasus</font>      for more information on Pegasus</font>
                   <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
      <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"                          <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 04:56:07 PM<!--webbot bot="Timestamp" i-CheckSum="54783" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->
      Copyright @ The Open Group 2001&nbsp;</font>                                  Friday, June 29, 2001 04:56:07 PM<!--webbot bot="Timestamp" i-CheckSum="54783" endspan -->
                                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copyright @ The Open Group 2001&nbsp;</font>
    <script>    <script>
        document.ClassTree.hostaddress.value = top.hostAddress;        document.ClassTree.hostaddress.value = top.hostAddress;
        document.ClassTree.debug.value = top.debug;        document.ClassTree.debug.value = top.debug;
        document.ClassTree.NameSpace.value = top.NameSpace;        document.ClassTree.NameSpace.value = top.NameSpace;
            window.focus();            window.focus();
    </script>    </script>
                   </p>
   </body>   </body>
 </html> </html>
   
   


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2