(file) Return to classInheritance.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           	<td width="50%" align="bottom"><h1>Display a Class Tree Inheritance</h1><td>
 6           	<td width="50%" align="right">
 7           	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8                   </td>
 9                 </tr>
10               </table>
11               <hr>
12               <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13                 <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassInheritance">
14                 <p>Show the Class Inheritance for a Namespace or a part of a namespace starting
15                 at a particular class.
16                 <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">
17                 Namespace in which to display the classes.
18                 <p><b><a href="http://www.opengroup.org/management#className">ClassName</a></b>&nbsp;&nbsp;
19                 <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;
20                 Defines the name of the Class that is the basis for the enumeration.. Null (no entry) lists all
21                 class names in the Namespace
22 karl  1.1       <p>Connect Timeout&nbsp; <input type="text" name="timeout" size="5" value="60">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
23                 Connection Timeout in seconds.&nbsp;<p><b><a href="#DeepInheritance">DeepInheritance</a></b>
24                   <INPUT TYPE="checkbox" NAME="DeepInheritance" VALUE="false">&nbsp;
25                 If true return names of all subclasses of specified class. If false, only
26                 immediate subclasses are returned.
27                 <p><INPUT TYPE="submit" VALUE="Submit" name="Submit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
28                 <INPUT TYPE="reset" VALUE="Reset">
29               </form>
30               
31               <hr>
32               <h2>Additional description</h2>
33               <p>The Class Tree Inheritance presents a table of classes and their
34               superclasses for the Namespace and ClassName defined.</p>
35               <p>Thus function uses the enumerate classes to acquire a set of classes</p>
36               <p>The connection timeout is proivded as an optional parameter for this
37               command becuase the timeouts for enumerate of all classes can require much
38               more time than the normal command. Since a typical class repository may
39               include 700 - 8-- classes and this command is providing the complete
40               objects, the dataflow could amount to several megabytes.</p>
41               <p>In this case we set deepInheritance off as a default so that the normal
42               view shows only the children of the defined class.</p>
43 karl  1.1     <p>Note that the class requested is not included in the response.&nbsp;</p>
44             <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
45                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
46           
47                <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>)
48                for more information on Pegasus</font>
49           
50                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
51               S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Thursday, March 29, 2001 10:55:36 AM<!--webbot bot="Timestamp" i-CheckSum="6648" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
52                Copyright @ The Open Group 2001&nbsp;</font>
53           
54             </body>
55           </html>
56           
57           
58           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2