QOSCCM 1.1 NO IDEA Avatar
  1. OMG Issue

QOSCCM11 — simplified api (un)intall_service_reference

  • Key: QOSCCM11-3
  • Legacy Issue Number: 17442
  • Status: open  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    The spec defines the following methods

    Cookie
    install_service_reference(
    in string service_id, in Object objref)
    raises (CCMException);
    Object
    uninstall_service_reference(in Cookie ck)
    raises (CCMException);

    it is described that the service reference id is unique, so why do we need a cookie at all. It will simplify things for users if we do:

    void
    install_service_reference(
    in string service_id, in Object objref)
    raises (CCMException);
    Object
    uninstall_service_reference(in string service_id)
    raises (CCMException);

  • Reported: QOSCCM 1.0 — Mon, 18 Jun 2012 04:00 GMT
  • Updated: Fri, 6 Mar 2015 20:54 GMT