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

Diff for /pegasus/cgi/htdocs/Attic/classInheritance.htm between version 1.2 and 1.3

version 1.2, 2001/06/12 14:32:26 version 1.3, 2001/06/30 15:28:09
Line 9 
Line 9 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="ClassInheritance" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassInheritance">       <INPUT TYPE="hidden" NAME="Operation" VALUE="ClassInheritance">
         <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
         <INPUT TYPE="hidden" NAME="debug" VALUE="">
       <p>Show the Class Inheritance for a Namespace or a part of a namespace starting       <p>Show the Class Inheritance for a Namespace or a part of a namespace starting
       at a particular class.       at a particular class.
       <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">       <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
       Namespace in which to display the classes.        Namespace in which to search for the classes the classes.
       <p><b><a href="http://www.opengroup.org/management#className">ClassName</a></b>&nbsp;&nbsp;       <p><b><a href="http://www.opengroup.org/management#className">ClassName</a></b>&nbsp;&nbsp;
       <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;       <INPUT TYPE="text" NAME="ClassName" SIZE=30>&nbsp;
       Defines the name of the Class that is the basis for the enumeration.. Null (no entry) lists all       Defines the name of the Class that is the basis for the enumeration.. Null (no entry) lists all
       class names in the Namespace       class names in the Namespace
       <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;        <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;
       Connection Timeout in seconds.&nbsp;<p><b><a href="#DeepInheritance">DeepInheritance</a></b>        Connection Timeout in seconds.&nbsp; This is a Pegasus API parameter that
         determines how long before the client times out.<p><b><a href="#DeepInheritance">DeepInheritance</a></b>
         <INPUT TYPE="checkbox" NAME="DeepInheritance" VALUE="false">&nbsp;         <INPUT TYPE="checkbox" NAME="DeepInheritance" VALUE="false">&nbsp;
       If true return names of all subclasses of specified class. If false, only       If true return names of all subclasses of specified class. If false, only
       immediate subclasses are returned.       immediate subclasses are returned.
Line 32 
Line 35 
     <h2>Additional description</h2>     <h2>Additional description</h2>
     <p>The Class Tree Inheritance presents a table of classes and their     <p>The Class Tree Inheritance presents a table of classes and their
     superclasses for the Namespace and ClassName defined.</p>     superclasses for the Namespace and ClassName defined.</p>
     <p>Thus function uses the enumerate classes to acquire a set of classes</p>      <p>Thus function uses the enumerate classes CIM Operation to acquire a set of classes
     <p>The connection timeout is proivded as an optional parameter for this      for display.</p>
       <p><b><a name="ClassName">ClassName</a></b> - ClassName that represents the
       top of the class tree inheritance to display.&nbsp; If you leave this field
       blank, all classes in the namespaces will be displayed.&nbsp; If you input
       an illegal name, a CIM error will be returned. If you put in a valid
       classname, the class tree BELOW that class will be presented.</p>
       <p><b><a name="Connection Timeout">Connection Timeout</a></b> - The connection timeout is
       provided as an optional parameter for this
     command becuase the timeouts for enumerate of all classes can require much     command becuase the timeouts for enumerate of all classes can require much
     more time than the normal command. Since a typical class repository may     more time than the normal command. Since a typical class repository may
     include 700 - 8-- classes and this command is providing the complete     include 700 - 8-- classes and this command is providing the complete
Line 48 
Line 58 
      for more information on Pegasus</font>      for more information on Pegasus</font>
  
      <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"      <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
     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;      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;
      Copyright @ The Open Group 2001&nbsp;</font>      Copyright @ The Open Group 2001&nbsp;</font>
      <script>
          document.ClassInheritance.hostaddress.value = top.hostAddress;
          document.ClassInheritance.debug.value = top.debug;
          document.ClassInheritance.NameSpace.value = top.NameSpace;
              window.focus();
      </script>
  
   </body>   </body>
 </html> </html>


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2