13(2005-06-09)                                                    3(2005-06-09)
2
3
4

NAME

6       CMPIArgs - CMPIArgs class implementation
7

SYNOPSIS

9   Public Attributes
10       int void * hdl
11           Opaque pointer to class instance data.
12       CMPIArgsFT * ft
13           Pointer to the Args Function Table.
14

METHODS

16       CMPIStatus release (CMPIArgs *args)
17       CMPIArgs * clone (CMPIArgs *args, CMPIStatus *rc)
18       CMPIStatus  addArg (CMPIArgs *args, char *name, CMPIValue *value, CMPI‐
19           Type type)
20       CMPIData getArg (CMPIArgs *args, char *name, CMPIStatus *rc)
21       CMPIData getArgAt  (CMPIArgs  *args,  unsigned  int  index,  CMPIString
22           **name, CMPIStatus *rc)
23       unsigned int getArgCount (CMPIArgs *args, CMPIStatus *rc)
24

DESCRIPTION

26       Native CMPIArgs implementation.
27
28       This   is  the  native  CMPIArgs  implementation  as  used  for  remote
29       providers. It reflects the well-defined interface of a regular CMPIArgs
30       object, however, it works independently from the management broker.
31
32       It  is  part of a native broker implementation that simulates CMPI data
33       types rather than interacting with the entities in a full-grown CIMOM.
34

SEE ALSO

36       Common Manageability Programming Interface (CMPI) - OpenGroup
37
38
39
40SFCBroker Client Library             sfcc                        3(2005-06-09)
Impressum