cmpi
|
#include <cmpi/CmpiIndicationMI.h>
CmpiIndicationMI::CmpiIndicationMI | ( | const CmpiBroker & | mbp, |
const CmpiContext & | ctx | ||
) |
CmpiStatus CmpiIndicationMI::activateFilter | ( | const CmpiContext & | ctx, |
const CmpiSelectExp & | se, | ||
const char * | ns, | ||
const CmpiObjectPath & | op, | ||
CmpiBoolean | first | ||
) | [virtual] |
References CMPI_RC_ERR_NOT_SUPPORTED.
Referenced by driveActivateFilter().
CmpiStatus CmpiIndicationMI::authorizeFilter | ( | const CmpiContext & | ctx, |
const CmpiSelectExp & | se, | ||
const char * | ns, | ||
const CmpiObjectPath & | op, | ||
const char * | user | ||
) | [virtual] |
References CMPI_RC_ERR_NOT_SUPPORTED.
Referenced by driveAuthorizeFilter().
CmpiStatus CmpiIndicationMI::deActivateFilter | ( | const CmpiContext & | ctx, |
const CmpiSelectExp & | se, | ||
const char * | ns, | ||
const CmpiObjectPath & | op, | ||
CmpiBoolean | last | ||
) | [virtual] |
References CMPI_RC_ERR_NOT_SUPPORTED.
Referenced by driveDeActivateFilter().
CmpiStatus CmpiIndicationMI::disableIndications | ( | const CmpiContext & | ctx | ) | [virtual] |
References CMPI_RC_ERR_NOT_SUPPORTED.
Referenced by driveDisableIndications().
CMPIStatus CmpiIndicationMI::driveActivateFilter | ( | CMPIIndicationMI * | mi, |
const CMPIContext * | eCtx, | ||
const CMPISelectExp * | se, | ||
const char * | ns, | ||
const CMPIObjectPath * | op, | ||
CMPIBoolean | first | ||
) | [static] |
References activateFilter(), _CMPIIndicationMI::hdl, CmpiStatus::msg(), CmpiStatus::rc(), and CmpiStatus::status().
CMPIStatus CmpiIndicationMI::driveAuthorizeFilter | ( | CMPIIndicationMI * | mi, |
const CMPIContext * | eCtx, | ||
const CMPISelectExp * | se, | ||
const char * | ns, | ||
const CMPIObjectPath * | op, | ||
const char * | user | ||
) | [static] |
References authorizeFilter(), _CMPIIndicationMI::hdl, CmpiStatus::msg(), CmpiStatus::rc(), and CmpiStatus::status().
CMPIStatus CmpiIndicationMI::driveDeActivateFilter | ( | CMPIIndicationMI * | mi, |
const CMPIContext * | eCtx, | ||
const CMPISelectExp * | se, | ||
const char * | ns, | ||
const CMPIObjectPath * | op, | ||
CMPIBoolean | last | ||
) | [static] |
References deActivateFilter(), _CMPIIndicationMI::hdl, CmpiStatus::msg(), CmpiStatus::rc(), and CmpiStatus::status().
CMPIStatus CmpiIndicationMI::driveDisableIndications | ( | CMPIIndicationMI * | mi, |
const CMPIContext * | eCtx | ||
) | [static] |
References disableIndications(), _CMPIIndicationMI::hdl, CmpiStatus::msg(), CmpiStatus::rc(), and CmpiStatus::status().
CMPIStatus CmpiIndicationMI::driveEnableIndications | ( | CMPIIndicationMI * | mi, |
const CMPIContext * | eCtx | ||
) | [static] |
References enableIndications(), _CMPIIndicationMI::hdl, CmpiStatus::msg(), CmpiStatus::rc(), and CmpiStatus::status().
CMPIStatus CmpiIndicationMI::driveMustPoll | ( | CMPIIndicationMI * | mi, |
const CMPIContext * | eCtx, | ||
const CMPISelectExp * | se, | ||
const char * | ns, | ||
const CMPIObjectPath * | op | ||
) | [static] |
References _CMPIIndicationMI::hdl, CmpiStatus::msg(), mustPoll(), CmpiStatus::rc(), and CmpiStatus::status().
CmpiStatus CmpiIndicationMI::enableIndications | ( | const CmpiContext & | ctx | ) | [virtual] |
References CMPI_RC_ERR_NOT_SUPPORTED.
Referenced by driveEnableIndications().
CmpiStatus CmpiIndicationMI::mustPoll | ( | const CmpiContext & | ctx, |
const CmpiSelectExp & | se, | ||
const char * | ns, | ||
const CmpiObjectPath & | op | ||
) | [virtual] |
References CMPI_RC_ERR_NOT_SUPPORTED.
Referenced by driveMustPoll().