|
cmpi
|
#include <cmpi/cmpift.h>
This structure is a table of pointers to broker and factory services of encapsulated CMPIObjects. This table is made available by the Management Broker, aka CIMOM, whenever a provider is loaded and initialized.
| const CMPIBroker int const char* _CMPIBrokerEncFT::component |
| int _CMPIBrokerEncFT::ftVersion |
Function table version
| CMPIString*(* _CMPIBrokerEncFT::getMessage)(const CMPIBroker *mb, const char *msgId, const char *defMsg, CMPIStatus *rc, CMPICount count,...) |
Retrieves translated message.
| mb | Pointer to the broker. |
| msgId | The message identifier. |
| defMsg | The default message. |
| rc | Output: Service return status (suppressed when NULL). |
| count | The number of message substitution values. |
| CMPIString*(* _CMPIBrokerEncFT::getMessage2)(const CMPIBroker *mb, const char *msgId, const CMPIMsgFileHandle msgFileHandle, const char *defMsg, CMPIStatus *rc, CMPICount count,...) |
Retrieves translated message.
| mb | Broker this pointer |
| msgId | The message identifier. |
| msgFileHandle | The handle representing the open message file. |
| defMsg | The default message. |
| rc | Output: Service return status (suppressed when NULL). |
| count | The number of message substitution values. |
| CMPIString*(* _CMPIBrokerEncFT::getType)(const CMPIBroker *mb, const void *object, CMPIStatus *rc) |
Retrieves the CMPI type of <object>. Intended for debugging purposes only.
| mb | Pointer to the broker. |
| object | A valid CMPI object. |
| rc | Output: Service return status (suppressed when NULL). |
| const CMPIBroker int const char* _CMPIBrokerEncFT::id |
| const CMPIBroker int _CMPIBrokerEncFT::level |
| const CMPIBroker * _CMPIBrokerEncFT::mb |
Function to determine whether a CIM class is of <type> or any of <type> subclasses.
| mb | Pointer to the broker. |
| op | The class path (namespace and classname components). |
| type | The type to tested for. |
| rc | Output: Service return status (suppressed when NULL). |
Verifies whether <object> is of CMPI type <type>. Intended for debugging purposes only.
| mb | Pointer to the broker. |
| object | A valid CMPI object. |
| type | A string specifying a valid CMPI Object type ("CMPIInstance", "CMPIObjectPath", etc). |
| rc | Output: Service return status (suppressed when NULL). |
Opens a message file.
| mb | Broker this pointer |
| msgFile | The message file identifier. |
| msgFileHandle | Output: The handle representing the open message file. |
Closes a message file.
| mb | Broker this pointer |
| msgFileHandle | The handle representing the open message file. |
| const CMPIBroker const char* _CMPIBrokerEncFT::msgFile |
| const CMPIBroker const char CMPIMsgFileHandle* _CMPIBrokerEncFT::msgFileHandle |
| const CMPIBroker const CMPIMsgFileHandle _CMPIBrokerEncFT::msgFileHandle |
| CMPIArgs*(* _CMPIBrokerEncFT::newArgs)(const CMPIBroker *mb, CMPIStatus *rc) |
Args container factory service.
| mb | Pointer to the broker. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiArgs::makeArgs().
| CMPIArray*(* _CMPIBrokerEncFT::newArray)(const CMPIBroker *mb, CMPICount max, CMPIType type, CMPIStatus *rc) |
Array container factory service.
| mb | Pointer to the broker. |
| max | Maximum number of elements |
| type | Element type |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiArray::makeArray().
| CMPIError*(* _CMPIBrokerEncFT::newCMPIError)(const CMPIBroker *, const char *, const char *, const char *, const CMPIErrorSeverity, const CMPIErrorProbableCause, const CMPIrc, CMPIStatus *rc) |
Error factory service.
| mb | Pointer to the broker. |
| msgID | A string which uniquely identifies, within the scope of the 'owner' argument, the format of the message. |
| msg | A string which represenst the formatted message. sev The percieved severity of the error. |
| pc | The probably cause of this error |
| status | Service return status. |
| CMPIDateTime*(* _CMPIBrokerEncFT::newDateTime)(const CMPIBroker *mb, CMPIStatus *rc) |
DateTime factory service. Initialized with the time of day.
| mb | Pointer to the broker. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiDateTime::makeDateTime().
| CMPIDateTime*(* _CMPIBrokerEncFT::newDateTimeFromBinary)(const CMPIBroker *mb, CMPIUint64 binTime, CMPIBoolean interval, CMPIStatus *rc) |
DateTime factory service. Initialized from <binTime>.
| mb | Pointer to the broker. |
| binTime | Date/Time definition in binary format in microsecods starting since 00:00:00 GMT, Jan 1,1970. |
| interval | Wenn true, defines Date/Time definition to be an interval value |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiDateTime::makeDateTime().
| CMPIDateTime*(* _CMPIBrokerEncFT::newDateTimeFromChars)(const CMPIBroker *mb, const char *utcTime, CMPIStatus *rc) |
DateTime factory service. Is initialized from <utcTime>.
| mb | Pointer to the broker. |
| utcTime | Date/Time definition in UTC format |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiDateTime::makeDateTime().
| CMPIInstance*(* _CMPIBrokerEncFT::newInstance)(const CMPIBroker *mb, const CMPIObjectPath *op, CMPIStatus *rc) |
Instance factory service.
| mb | Pointer to the broker. |
| op | ObjectPath containing namespace and classname. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiInstance::makeInstance().
| CMPIObjectPath*(* _CMPIBrokerEncFT::newObjectPath)(const CMPIBroker *mb, const char *ns, const char *cn, CMPIStatus *rc) |
ObjectPath factory service.
| mb | Pointer to the broker. |
| ns | Namespace |
| cn | Classname. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiObjectPath::makeObjectPath().
| CMPISelectExp*(* _CMPIBrokerEncFT::newSelectExp)(const CMPIBroker *mb, const char *query, const char *lang, CMPIArray **projection, CMPIStatus *st) |
SelectExp factory service.
| mb | Pointer to the broker. |
| query | The select expression. |
| lang | The query language. |
| projection | Output: Projection specification (suppressed when NULL). |
| rc | Output: Service return status (suppressed when NULL). |
| CMPIString*(* _CMPIBrokerEncFT::newString)(const CMPIBroker *mb, const char *data, CMPIStatus *rc) |
String container factory service.
| mb | Pointer to the broker. |
| data | String data |
| rc | Output: Service return status (suppressed when NULL). |
| const CMPIBroker const void* _CMPIBrokerEncFT::object |
| const CMPIBroker const CMPIObjectPath* _CMPIBrokerEncFT::op |
| const CMPIBroker const CMPIObjectPath const char CMPIStatus* _CMPIBrokerEncFT::rc |
| const CMPIBroker const void const char CMPIStatus* _CMPIBrokerEncFT::rc |
| const CMPIBroker int _CMPIBrokerEncFT::severity |
| const CMPIBroker int const char const char const CMPIString * _CMPIBrokerEncFT::string |
| const CMPIBroker int const char const char * _CMPIBrokerEncFT::text |
| CMPIString*(* _CMPIBrokerEncFT::toString)(const CMPIBroker *mb, const void *object, CMPIStatus *rc) |
Attempts to transforms an CMPI object to a broker specific string format. Intended for debugging purposes only.
| mb | Pointer to the broker. |
| object | A valid CMPI object. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiObject::doToString().
| const CMPIBroker const CMPIObjectPath const char* _CMPIBrokerEncFT::type |
| const CMPIBroker const void const char* _CMPIBrokerEncFT::type |
1.8.5