From: George v. <geo...@gm...> - 2014-05-02 06:03:49
|
Hi All, I am trying to implement CIM Metadata access in openwsman(WS Management CIM binding specification-DSP0227). For implementing it, I want to know which methods are called for getting the class metadata details. I saw API's in CIMClientLib/cmci.h for calling to get these details from CIMOM, CMPIConstClass* (*getClass) (CMCIClient* cl, CMPIObjectPath* op, CMPIFlags flags, char** properties, CMPIStatus* rc); CMPIEnumeration* (*enumClassNames) (CMCIClient* cl, CMPIObjectPath* op, CMPIFlags flags, CMPIStatus* rc); CMPIEnumeration* (*enumClasses) (CMCIClient* cl, CMPIObjectPath* op, CMPIFlags flags, CMPIStatus* rc); I think, these are the methods for getting the meta data details, Is it correct? . Please help to me for implementing it. Regards, George On Thu, Feb 6, 2014 at 9:43 AM, George varghese <geo...@gm...> wrote: > Hi, > > How to implement client access to CIM class meta data information(section > 15 in WS-Management CIM Binding spec.) in provider. > > Please reply. > > Regards, > George > |