Re: Association provider instantiation
Ricardo Mendes <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
OK, i will rephrase Trough an CIM client, when I create the instance of one association provider, filling the references with two previous created instances, in the create_instance() method the properties of the reference's are NULL. Ricardo On Thu, Aug 12, 2010 at 5:58 PM, Kirk Augustin <[email protected]> wrote: > 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 > >