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

  1 mike  1.1 <html>
  2             <body bgcolor="#CCCCCC">
  3               <table width="100%">
  4                 <tr>
  5 karl  1.5 	<td width="50%" align="bottom"><h1>GetQualifier CIM Operation</h1><td>
  6           	<td width="50%" align="right">
  7 karl  1.2 	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
  8 mike  1.1         </td>
  9                 </tr>
 10               </table>
 11 karl  1.3     <hr>
 12 karl  1.5     <form name="GetQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
 13 mike  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetQualifier">
 14 karl  1.5       <input type="hidden" name="hostip" value="localhost">
 15                 <input type="hidden" name="portnum" value="8888"> 
 16 karl  1.3       <p>
 17               The <TT>getQualifier</TT> operation retrieves a single Qualifier
 18               declaration from the target Namespace.
 19                 <p><b><a href="#NameSpace">NameSpace</a></b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">&nbsp;
 20                 String that defines the target namespace. See <a href="getnamespaces.html">NameSpace
 21                 Operations</a> for more information
 22                 <p><b><a href="#QualifierName">QualifierName</a></b> <INPUT TYPE="text" NAME="QualifierName" SIZE=30>
 23                 Identifies the <a href="#Qualifier">Qualifier</a> whose declaration is to
 24                 be retrieved.
 25                 <p><INPUT TYPE="submit" VALUE="GetQualifier">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 26                 <INPUT TYPE="reset" VALUE="Reset">
 27 mike  1.1     </form>
 28 karl  1.5    <script>
 29              GetQualifier.hostip.value = opener.top.hostip;
 30              GetQualifier.portnum.value = opener.top.portnum;
 31              window.focus();
 32              </script>
 33 karl  1.3     <hr>
 34               <h2>Request Return</h2>
 35           
 36               <p> If successful, the method returns the Qualifier declaration for the
 37               named Qualifier.
 38           
 39               If unsuccessful, one of the following status codes MUST be returned by this
 40               method, where the first applicable error in the list (starting with the
 41               first element of the list, and working down) is the error returned. Any
 42               additional method-specific interpretation of the error in is given in
 43               parentheses.
 44           
 45               <UL>
 46                 <LI>CIM_ERR_ACCESS_DENIED
 47                 <LI>CIM_ERR_NOT_SUPPORTED
 48                 <LI>CIM_ERR_INVALID_NAMESPACE
 49                 <LI>CIM_ERR_INVALID_PARAMETER (including missing,
 50                 	duplicate,&nbsp;unrecognized or otherwise incorrect parameters)
 51                 <LI>CIM_ERR_INVALID_CLASS (the CIM Class does not exist in the specified
 52                 	namespace)
 53                 <LI>CIM_ERR_NOT_FOUND (the CIM Class does exist, but the requested
 54 karl  1.3       	CIM&nbsp;Instance does not exist in the specified namespace)
 55                 <LI>CIM_ERR_NO_SUCH_PROPERTY (the CIM Instance does exist, but the
 56                 	requested Property does not)&nbsp;
 57                 <LI>CIM_ERR_TYPE_MISMATCH (the supplied value is incompatible with the
 58                 	type of the Property)
 59                 <LI>CIM_ERR_FAILED (some other unspecified error occurred)</LI>
 60               </UL>
 61               <hr>
 62           
 63               <h2>Additional Information on Parameters</h2>
 64           
 65               <p><b><a name="NameSpace">NameSpace </a></b> - The NameSpace parameter is a string that defines the target
 66               namespace \Ref{NAMESPACE}
 67           
 68               <p><a name="QualifierName"><b>QualifierName</b></a> - The QualifierName input parameter identifies the
 69               Qualifier whose declaration to be retrieved.
 70           
 71               <p><b><a name="Qualifier">Qualifier</a></b> - Qualifiers
 72               are values that provide additional information about classes, associations,
 73               indications, methods, method parameters, triggers, instances, properties or
 74               references. All qualifiers have a name, type, value, scope, flavor and default value. Qualifiers cannot be
 75 karl  1.3     duplicated; there cannot be more than one qualifier of the same name for any given class,
 76               instance, or property.</p>
 77           
 78               <hr>
 79               <h2>
 80               C++ Operation Method Definition</h2>
 81               <PRE>
 82               virtual QualifierDecl getQualifier(
 83               	const String&amp; nameSpace,
 84               	const String&amp; qualifierName) = 0;
 85               </PRE>
 86 karl  1.4 
 87                <p> &nbsp;
 88             <hr>
 89           
 90                <p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
 91                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
 92           
 93                <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>)
 94                for more information on Pegasus</font>
 95           
 96                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
 97               S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Monday, March 26, 2001 05:17:08 PM<!--webbot bot="Timestamp" i-CheckSum="50597" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 98                Copyright @ The Open Group 2001&nbsp;</font>
 99           
100 mike  1.1   </body>
101           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2