#include <cmpift.h>
Collaboration diagram for _CMPIAssociationMIFT:

Public Attributes | |
| int | ftVersion |
| Function table version. | |
| int | miVersion |
| Provider version. | |
| char * | miName |
| Provider name. | |
| CMPIStatus(* | cleanup )(CMPIAssociationMI *mi, const CMPIContext *ctx, CMPIBoolean terminating) |
| Cleanup is called prior to unloading of the provider. | |
| CMPIStatus(* | associators )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *op, const char *asscClass, const char *resultClass, const char *role, const char *resultRole, const char **properties) |
| Enumerate ObjectPaths associated with the Instance defined by <op>. | |
| CMPIStatus(* | associatorNames )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *op, const char *assocClass, const char *resultClass, const char *role, const char *resultRole) |
| Enumerate ObjectPaths associated with the Instance defined by <op>. | |
| CMPIStatus(* | references )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *op, const char *resultClass, const char *role, const char **properties) |
| Enumerates the association instances that refer to the instance defined by <op>. | |
| CMPIStatus(* | referenceNames )(CMPIAssociationMI *, const CMPIContext *, const CMPIResult *, const CMPIObjectPath *, const char *, const char *) |
| Enumerates the association ObjectPaths that refer to the instance defined by <op>. | |
This table must be returend during initialization by the provider.
Definition at line 2261 of file cmpift.h.
|
|
Enumerate ObjectPaths associated with the Instance defined by <op>.
|
|
|
Enumerate ObjectPaths associated with the Instance defined by <op>.
|
|
|
Cleanup is called prior to unloading of the provider.
Referenced by OW_NAMESPACE::CMPIProviderIFC::doUnloadProviders(), and OW_NAMESPACE::CMPIProviderIFC::~CMPIProviderIFC(). |
|
|
Function table version.
|
|
|
Provider name.
|
|
|
Provider version.
|
|
|
Enumerates the association ObjectPaths that refer to the instance defined by <op>.
|
|
|
Enumerates the association instances that refer to the instance defined by <op>.
|
1.4.6