(file) Return to CIMIndicationProvider.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Provider

Diff for /pegasus/src/Pegasus/Provider/CIMIndicationProvider.h between version 1.24 and 1.25

version 1.24, 2004/05/18 15:41:43 version 1.25, 2004/08/04 16:50:07
Line 68 
Line 68 
         the provider knows about all outstanding subscriptions before it         the provider knows about all outstanding subscriptions before it
         begins generating indications.)         begins generating indications.)
  
           The provider must set the namespace and class name in the object path
           of the generated indication instance (to allow the Indication Processor
           to filter generated indications based on the Filter SourceNamespace and
           Query indication class name), as in the following example:
   
           <pre>
            CIMObjectPath path(String::EMPTY,
                              CIMNamespaceName("root/IndicationSource"),
                              CIMName("IndicationClassName"),
                              Array<CIMKeyBinding>());
           indicationInstance.setPath(path);
           </pre>
   
           where "root/IndicationSource" is the namespace from which the
           indication was generated, and "IndicationClassName" is the class name
           of the generated indication.  Note that indication instance paths never
           have key bindings.
   
         An exception thrown by this method is considered a provider error         An exception thrown by this method is considered a provider error
         and does not affect CIM Server behavior.         and does not affect CIM Server behavior.
  


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2