Re: RE: Can I regist two instance providers for a same CIM class?
huruifeng <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Sahana: Here "two providers" you mean two instance providers? Now I hava two indication providers for CIM_AlertIndication,can I regist both of them like sfcb does? And what about a instance provider and a method provider both for CIM_ComputerSystem? Regards 2011-04-26 huruifeng 发件人: Sampige, Sahana Prabhakar (R&D Bangalore) 发送时间: 2011-04-25 17:53:17 收件人: huruifeng; [email protected] 抄送: 主题: RE: Can I regist two instance providers for a same CIM class? Hi Huruifeng, You cannot register two providers for the same CIM class. But you could register one provider each for the CIM class hierarchy. When you enumerate the base class for example CIM_ManagedElement, instances for CIM_ManagedElement and its sub class like CIM_LogicalElement, CIM_Processor etc, will be returned. Rgds, Sahana From: huruifeng [mailto:[email protected]] Sent: Monday, April 25, 2011 3:05 PM To: [email protected] Subject: Can I regist two instance providers for a same CIM class? Hi: Can I regist two instance providers for a same CIM class? If it is possible, which provider will be called when a getInstance request is recieved? Regards 2011-04-25 huruifeng