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

 1 karl  1.1 <html>
 2 a.arora 1.2 	<body bgcolor="#cccccc">
 3             		<table width="100%">
 4             			<tr>
 5             				<td width="50%" align="bottom"><h1>Display All Classes with Instances&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="AllInstances"> <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
15             			<INPUT TYPE="hidden" NAME="debug">
16             			<p>
17             			Show the count of instances for each class in the target 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.2 				<INPUT TYPE="reset" VALUE="Reset Form">
24             		</form>
25             		<hr>
26             		<h2>
27             			Additional Information</h2>
28             		<p>This function displays a list of the Classes that respond with instances. To do 
29             			this function, we first get all classes names and then to an 
30             			enumerateInstanceNames for each class.</p>
31             		<p>The result is displayed as a count of instances for each class that has one or 
32             			more instances.&nbsp; There is a link to display the instance names themselves.</p>
33             		<p>This function takes a long time to complete (est. 50 seconds + with 735 classes) 
34             			and does not start to display until complete.&nbsp;This is a function of the 
35             			way the information is acquired and in a future version, the algorithm modified 
36             			to present levels of information as they are received rather than do the 
37             			complete acquisition and structuring before creating the HTML outptu.&nbsp; It 
38             			uses the enumerate classnames to get a complete set of names and then uses 
39             			individual getclass operations to get the classes and extract the 
40             			superclass.&nbsp; Whereas the Class Inheritance function gets everything in one 
41             			single enumerate classes operation and requires that the timeout be set to the 
42             			time required to complete the single call, this display uses enumerate names to 
43             			get the complete namelist of classes and then acquires the class information 
44 a.arora 1.2 			one-by-one and therefore can operate with the normal timeout.</p>
45             		<hr>
46             		<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
47             			<font size="2">Demonstration Prepared by the OpenGroup Manageability Work Group 
48             				Pegasus Development Team</font>
49             		<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
50             			<font size="2">See (<a href="http://www.opengroup.org/management">http://www.opengroup.org/management</a>) 
51             				for more information on Pegasus</font>
52             		<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
53             			<font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
54                 S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan --> 
55             				Wednesday, January 30, 2002 12:32:16 PM<!--webbot bot="Timestamp" i-CheckSum="19584" endspan --> 
56             				&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copyright @ The Open Group 2001&nbsp;</font>
57             			<script>
58 karl    1.1        document.ClassTree.hostaddress.value = top.hostAddress;
59                    document.ClassTree.debug.value = top.debug;
60                    document.ClassTree.NameSpace.value = top.NameSpace;
61             	   window.focus();
62 a.arora 1.2 			</script>
63             		</p>
64             	</body>
65 karl    1.1 </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2