(file) Return to DefaultProviderManager.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Default

Diff for /pegasus/src/Pegasus/ProviderManager2/Default/DefaultProviderManager.h between version 1.18 and 1.22

version 1.18, 2004/10/17 20:40:03 version 1.22, 2006/01/30 16:18:08
Line 1 
Line 1 
 //%2004////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 6 
Line 6 
 // IBM Corp.; EMC Corporation, The Open Group. // IBM Corp.; EMC Corporation, The Open Group.
 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 49 
Line 53 
 #include <Pegasus/Common/Pair.h> #include <Pegasus/Common/Pair.h>
 #include <Pegasus/Common/Triad.h> #include <Pegasus/Common/Triad.h>
 #include <Pegasus/Common/Thread.h> #include <Pegasus/Common/Thread.h>
   #include <Pegasus/Common/IPC.h>
 #include <Pegasus/Common/HashTable.h> #include <Pegasus/Common/HashTable.h>
 #include <Pegasus/Common/OperationContextInternal.h> #include <Pegasus/Common/OperationContextInternal.h>
  
Line 104 
Line 109 
     Message * handleCreateSubscriptionRequest(const Message * message);     Message * handleCreateSubscriptionRequest(const Message * message);
     Message * handleModifySubscriptionRequest(const Message * message);     Message * handleModifySubscriptionRequest(const Message * message);
     Message * handleDeleteSubscriptionRequest(const Message * message);     Message * handleDeleteSubscriptionRequest(const Message * message);
     Message * handleEnableIndicationsRequest(const Message * message);  
     Message * handleDisableIndicationsRequest(const Message * message);  
  
     Message * handleExportIndicationRequest(const Message * message);     Message * handleExportIndicationRequest(const Message * message);
  
Line 113 
Line 116 
     Message * handleEnableModuleRequest(const Message * message);     Message * handleEnableModuleRequest(const Message * message);
     Message * handleStopAllProvidersRequest(const Message * message);     Message * handleStopAllProvidersRequest(const Message * message);
     Message * handleInitializeProviderRequest(const Message * message);     Message * handleInitializeProviderRequest(const Message * message);
       Message * handleSubscriptionInitCompleteRequest
           (const Message * message);
  
     void _insertEntry(const Provider & provider, const EnableIndicationsResponseHandler *handler);      void _insertEntry(
           const Provider & provider,
           EnableIndicationsResponseHandler* handler);
     EnableIndicationsResponseHandler * _removeEntry(const String & key);     EnableIndicationsResponseHandler * _removeEntry(const String & key);
  
     String _generateKey(const Provider & provider);     String _generateKey(const Provider & provider);
Line 124 
Line 131 
  
 protected: protected:
     IndicationResponseTable _responseTable;     IndicationResponseTable _responseTable;
       Mutex _responseTableMutex;
     LocalProviderManager providerManager;     LocalProviderManager providerManager;
   
   private:
   
       /**
           Calls the provider's enableIndications() method.
           If successful, the indications response handler is stored in the
           _responseTable.
   
           @param  req_provider  CIMInstance for the provider to be enabled
           @param  _indicationCallback  PEGASUS_INDICATION_CALLBACK for indications
           @param  ph  OpProviderHolder for the provider to be enabled
   
           Note that since an exception thrown by the provider's
           enableIndications() method is considered a provider error, any such
           exception is ignored, and no exceptions are thrown by this method.
        */
       void _callEnableIndications
           (CIMInstance & req_provider,
            PEGASUS_INDICATION_CALLBACK _indicationCallback,
            OpProviderHolder & ph);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2