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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2