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

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPIProviderManager.h between version 1.4 and 1.7

version 1.4, 2004/05/27 23:47:10 version 1.7, 2004/06/25 15:23:31
Line 41 
Line 41 
 #include <Pegasus/Config/ConfigManager.h> #include <Pegasus/Config/ConfigManager.h>
 #include <Pegasus/ProviderManager2/OperationResponseHandler.h> #include <Pegasus/ProviderManager2/OperationResponseHandler.h>
 #include <Pegasus/Common/OperationContextInternal.h> #include <Pegasus/Common/OperationContextInternal.h>
   #include <Pegasus/ProviderManager2/JMPI/JMPILocalProviderManager.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 66 
Line 67 
  
     static String resolveFileName(String name);     static String resolveFileName(String name);
  
     virtual void unload_idle_providers(void) ;      virtual Boolean hasActiveProviders();
       virtual void unloadIdleProviders();
  
    struct indProvRecord {    struct indProvRecord {
       indProvRecord() : enabled(false), count(1), handler(NULL) {}       indProvRecord() : enabled(false), count(1), handler(NULL) {}
Line 89 
Line 91 
    static ProvRegistrar provReg;    static ProvRegistrar provReg;
  
 protected: protected:
       JMPILocalProviderManager providerManager;
     Mode mode;     Mode mode;
  
     Message * handleUnsupportedRequest(const Message * message) throw();     Message * handleUnsupportedRequest(const Message * message) throw();
Line 111 
Line 114 
     Message * handleSetPropertyRequest(const Message * message) throw();     Message * handleSetPropertyRequest(const Message * message) throw();
 * / * /
     Message * handleInvokeMethodRequest(const Message * message) throw();     Message * handleInvokeMethodRequest(const Message * message) throw();
   /*
     Message * handleCreateSubscriptionRequest(const Message * message) throw();     Message * handleCreateSubscriptionRequest(const Message * message) throw();
 //    Message * handleModifySubscriptionRequest(const Message * message) throw(); //    Message * handleModifySubscriptionRequest(const Message * message) throw();
     Message * handleDeleteSubscriptionRequest(const Message * message) throw();     Message * handleDeleteSubscriptionRequest(const Message * message) throw();
Line 119 
Line 122 
     Message * handleDisableIndicationsRequest(const Message * message) throw();     Message * handleDisableIndicationsRequest(const Message * message) throw();
 */ */
 //  Not supported by CMPI //  Not supported by CMPI
 //    Message * handleConsumeIndicationRequest(const Message * message) throw();  //    Message * handleExportIndicationRequest(const Message * message) throw();
  
     Message * handleDisableModuleRequest(const Message * message) throw();     Message * handleDisableModuleRequest(const Message * message) throw();
     Message * handleEnableModuleRequest(const Message * message) throw();     Message * handleEnableModuleRequest(const Message * message) throw();


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2