(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 karl  1.3     <form name="ClassInheritance" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 karl  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassInheritance">
14 karl  1.3       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
15                 <INPUT TYPE="hidden" NAME="debug" VALUE="">
16 karl  1.1       <p>Show the Class Inheritance for a Namespace or a part of a namespace starting
17                 at a particular class.
18 karl  1.2       <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
19 karl  1.3       Namespace in which to search for the classes the classes.
20 a.arora 1.4       <p><b><a href="#ClassName">ClassName</a></b>&nbsp;&nbsp;
21 karl    1.1       <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;
22                   Defines the name of the Class that is the basis for the enumeration.. Null (no entry) lists all
23                   class names in the Namespace
24 karl    1.3       <p><b><a href="#Connection Timeout">Connect Timeout</a></b>&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;
25                   Connection Timeout in seconds.&nbsp; This is a Pegasus API parameter that
26                   determines how long before the client times out.<p><b><a href="#DeepInheritance">DeepInheritance</a></b>
27 karl    1.1         <INPUT TYPE="checkbox" NAME="DeepInheritance" VALUE="false">&nbsp;
28                   If true return names of all subclasses of specified class. If false, only
29                   immediate subclasses are returned.
30 a.arora 1.4       <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;
31                   <INPUT TYPE="reset" VALUE="Reset Form">
32 karl    1.1     </form>
33 karl    1.2 
34 karl    1.1     <hr>
35                 <h2>Additional description</h2>
36                 <p>The Class Tree Inheritance presents a table of classes and their
37                 superclasses for the Namespace and ClassName defined.</p>
38 karl    1.3     <p>Thus function uses the enumerate classes CIM Operation to acquire a set of classes
39                 for display.</p>
40                 <p><b><a name="ClassName">ClassName</a></b> - ClassName that represents the
41                 top of the class tree inheritance to display.&nbsp; If you leave this field
42                 blank, all classes in the namespaces will be displayed.&nbsp; If you input
43                 an illegal name, a CIM error will be returned. If you put in a valid
44                 classname, the class tree BELOW that class will be presented.</p>
45                 <p><b><a name="Connection Timeout">Connection Timeout</a></b> - The connection timeout is
46                 provided as an optional parameter for this
47 karl    1.1     command becuase the timeouts for enumerate of all classes can require much
48                 more time than the normal command. Since a typical class repository may
49                 include 700 - 8-- classes and this command is providing the complete
50                 objects, the dataflow could amount to several megabytes.</p>
51                 <p>In this case we set deepInheritance off as a default so that the normal
52                 view shows only the children of the defined class.</p>
53                 <p>Note that the class requested is not included in the response.&nbsp;</p>
54               <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
55                  Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
56             
57                  <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>)
58                  for more information on Pegasus</font>
59             
60                  <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
61 karl    1.3     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 04:50:38 PM<!--webbot bot="Timestamp" i-CheckSum="54839" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
62 karl    1.1      Copyright @ The Open Group 2001&nbsp;</font>
63 karl    1.3    <script>
64                    document.ClassInheritance.hostaddress.value = top.hostAddress;
65                    document.ClassInheritance.debug.value = top.debug;
66                    document.ClassInheritance.NameSpace.value = top.NameSpace;
67             	   window.focus();
68                </script>
69 karl    1.1 
70               </body>
71             </html>
72             
73             
74             

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2