cmpienumeration(3) - Linux man page

Name

CMPIEnumeration - 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)