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

 1 karl  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5 karl  1.2 	<td width="50%" align="bottom"><h1>Display Complete Class Tree&nbsp;</h1><td>
 6 karl  1.1 	<td width="50%" align="right">
 7           	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8                   </td>
 9                 </tr>
10               </table>
11               <hr>
12 karl  1.5     <form name="ClassTree" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 karl  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassTree">
14 karl  1.5       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
15                 <INPUT TYPE="hidden" NAME="debug" VALUE="">
16 karl  1.2       <p>Show the Class Tree for a Namespace.
17 karl  1.4       <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
18 karl  1.2       <p><INPUT TYPE="submit" VALUE="Submit" name="Submit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
19 karl  1.1       <INPUT TYPE="reset" VALUE="Reset">
20               </form>
21 karl  1.4 
22 karl  1.1     <hr>
23 karl  1.2     <h2>
24               Additional Information</h2>
25               <p>This function displays the complete inheritance tree of classes in a
26               Namespace with indenting to show the inheritance. Individual classes can be
27               displayed from the entries.</p>
28               <p>This function takes a long time to complete (est. 50 seconds + with 735
29               classes) and does not start to display until complete.&nbsp;This is a
30               function of the way the information is acquired and in a future version, the
31               algorithm modified to present levels of information as they are received
32               rather than do the complete acquisition and structuring before creating the
33               HTML outptu.&nbsp; It uses the
34               enumerate classnames to get a complete set of names and then uses individual
35               getclass operations to get the classes and extract the superclass.&nbsp;
36               Whereas the Class Inheritance function gets everything in one single
37               enumerate classes operation and requires that the timeout be set to the time
38               required to complete the single call, this display uses enumerate names to
39               get the complete namelist of classes and then acquires the class information
40               one-by-one and therefore can operate with the normal timeout.</p>
41 karl  1.1   <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
42                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
43           
44                <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>)
45                for more information on Pegasus</font>
46           
47                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
48 karl  1.5     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;
49 karl  1.1      Copyright @ The Open Group 2001&nbsp;</font>
50 karl  1.5    <script>
51                  document.ClassTree.hostaddress.value = top.hostAddress;
52                  document.ClassTree.debug.value = top.debug;
53                  document.ClassTree.NameSpace.value = top.NameSpace;
54           	   window.focus();
55              </script>
56 karl  1.1   </body>
57           </html>
58           
59           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2