Display All Classes with Instances 


Show the count of instances for each class in the target Namespace.

NameSpace    String that defines the target namespace. See NameSpace Operations for more information

                


Additional Information

This function displays a list of the Classes that respond with instances. To do this function, we first get all classes names and then to an enumerateInstanceNames for each class.

The result is displayed as a count of instances for each class that has one or more instances.  There is a link to display the instance names themselves.

This function takes a long time to complete (est. 50 seconds + with 735 classes) and does not start to display until complete. This is a function of the way the information is acquired and in a future version, the algorithm modified to present levels of information as they are received rather than do the complete acquisition and structuring before creating the HTML outptu.  It uses the enumerate classnames to get a complete set of names and then uses individual getclass operations to get the classes and extract the superclass.  Whereas the Class Inheritance function gets everything in one single enumerate classes operation and requires that the timeout be set to the time required to complete the single call, this display uses enumerate names to get the complete namelist of classes and then acquires the class information one-by-one and therefore can operate with the normal timeout.


Demonstration Prepared by the OpenGroup Manageability Work Group Pegasus Development Team

See (http://www.opengroup.org/management) for more information on Pegasus

Last Modified Wednesday, January 30, 2002 12:32:16 PM       Copyright @ The Open Group 2001