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

Diff for /pegasus/src/Pegasus/IndicationService/SubscriptionRepository.h between version 1.5 and 1.6

version 1.5, 2005/05/06 18:00:22 version 1.6, 2005/07/13 19:47:21
Line 111 
Line 111 
         Array <CIMInstance> & activeSubscriptions) const;         Array <CIMInstance> & activeSubscriptions) const;
  
     /**     /**
           Retrieves list of all subscription instances (including inactive
           disabled subscriptions) in all namespaces from the repository.
   
           @return  List of all subscriptions
        */
       Array <CIMInstance> getAllSubscriptions () const;
   
       /**
         Retrieves list of subscriptions in the specified namespace.         Retrieves list of subscriptions in the specified namespace.
  
         @param   nameSpace             the namespace         @param   nameSpace             the namespace
Line 153 
Line 161 
         CIMObjectPath & subscription);         CIMObjectPath & subscription);
  
     /**     /**
         Deletes subscriptions referencing the specified handler.          Deletes subscriptions referencing the specified handler.  All namespaces
           are searched for subscriptions that reference the handler to be deleted.
  
         @param   nameSpace             the name space          @param   nameSpace             the name space of the handler being
                                              deleted
         @param   referenceProperty     the name of the reference property in the         @param   referenceProperty     the name of the reference property in the
                                            subscription instance                                            subscription instance
         @param   handler               the handler reference         @param   handler               the handler reference
Line 196 
Line 206 
         and query language properties for the specified subscription instance.         and query language properties for the specified subscription instance.
  
         @param   subscription      Input subscription instance         @param   subscription      Input subscription instance
         @param   nameSpaceName     Input namespace name  
         @param   query             Output query for the filter         @param   query             Output query for the filter
         @param   sourceNameSpace   Output source namespace for the filter         @param   sourceNameSpace   Output source namespace for the filter
                                        subscription                                        subscription
Line 205 
Line 214 
      */      */
     void getFilterProperties (     void getFilterProperties (
         const CIMInstance & subscription,         const CIMInstance & subscription,
         const CIMNamespaceName & nameSpaceName,  
         String & query,         String & query,
         CIMNamespaceName & sourceNameSpace,         CIMNamespaceName & sourceNameSpace,
         String & queryLanguage);         String & queryLanguage);
Line 215 
Line 223 
         properties for the specified subscription instance.         properties for the specified subscription instance.
  
         @param   subscription      Input subscription instance         @param   subscription      Input subscription instance
         @param   nameSpaceName     Input namespace name  
         @param   query             Output query for the filter         @param   query             Output query for the filter
         @param   sourceNameSpace   Output source namespace for the filter         @param   sourceNameSpace   Output source namespace for the filter
                                        subscription                                        subscription
      */      */
     void getFilterProperties (     void getFilterProperties (
         const CIMInstance & subscription,         const CIMInstance & subscription,
         const CIMNamespaceName & nameSpaceName,  
         String & query,         String & query,
         CIMNamespaceName & sourceNameSpace);         CIMNamespaceName & sourceNameSpace);
  
Line 231 
Line 237 
         for the specified subscription instance.         for the specified subscription instance.
  
         @param   subscription      Input subscription instance         @param   subscription      Input subscription instance
         @param   nameSpaceName     Input namespace name  
         @param   query             Output query for the filter         @param   query             Output query for the filter
      */      */
     void getFilterProperties (     void getFilterProperties (
         const CIMInstance & subscription,         const CIMInstance & subscription,
         const CIMNamespaceName & nameSpaceName,  
         String & query);         String & query);
  
     /**     /**


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2