CMPIEnumeration - Man Page

CMPIEnumeration class implementation

Synopsis

Public Attributes

int void * hdl
Opaque pointer to class instance data.
CMPIEnumerationFT * ft
Pointer to the Args Function Table.

Methods

CMPIStatus(* release )(CMPIEnumeration *en)
The Enumeration object will not be used any further and may be freed by CMPI run time system.
CMPIEnumeration *(* clone )(CMPIEnumeration *en, CMPIStatus *rc)
Create an independent copy of this Enumeration object.
CMPIData(* getNext )(CMPIEnumeration *en, CMPIStatus *rc)
Get the next element of this Enumeration.
CMPIBoolean(* hasNext )(CMPIEnumeration *en, CMPIStatus *rc)
Test for any elements left in this Enumeration.
CMPIArray *(* toArray )(CMPIEnumeration *en, CMPIStatus *rc)
Convert this Enumeration into an Array.

Description

Native CMPIEnumeration implementation.

This is the native CMPIEnumeration implementation as used for remote providers. It reflects the well-defined interface of a regular CMPIEnumeration, however, it works independently from the management broker.

It is part of a native broker implementation that simulates CMPI data types rather than interacting with the entities in a full-grown CIMOM.

See Also

Common Manageability Programming Interface (CMPI) - OpenGroup

Referenced By

CMCIClientFT.associatorNames(3), CMCIClientFT.associators(3), CMCIClientFT.enumClasses(3), CMCIClientFT.enumClassNames(3), CMCIClientFT.enumInstanceNames(3), CMCIClientFT.enumInstances(3), CMCIClientFT.execQuery(3), CMCIClientFT.invokeMethod(3), CMCIClientFT.referenceNames(3), CMCIClientFT.references(3).

sfcc SFCBroker Client Library