Re: Association provider instantiation
Kirk Augustin <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Not sure what you mean. You normally define a provider by adding your library and compiling the mof file that identifies it. Then when a client calls your provider by trying to create an instance of the association class supported by your provider, Pegasus creates an instance of your provider in memory and passes the client request off to your provider. Then in your provider, the key reference properties would be null until you filled them in with the specifics of the instance of the association class you create at the client's request. Kirk Augustin 11821 NW McNamee Rd Portland, OR 97231 ________________________________ From: Ricardo Mendes <[email protected]> To: [email protected] Sent: Thu, August 12, 2010 9:17:05 AM Subject: Association provider instantiation Hi all, Can anyone tell me why, when I instantiate one association provider, inside the create_instance method the key reference properties are NULL? Thanks in advance, Ricardo