DDS4CCM 1.0 FTF Avatar
  1. OMG Issue

DDS4CCM_ — Updater and instance handle

  • Key: DDS4CCM_-87
  • Legacy Issue Number: 14567
  • Status: closed  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    Currently DDS4CCM specifies the Updater port below. We are looking at using
    register_instance/write/unregister_instance for this? If this port is
    intended to deliver an abstraction of these methods, why don't we pass the
    instancehandle back to the CCM Level?

    Johnny

    interface Updater<typename T>

    { // T assumed to be a data type void create (in T an_instance) raises (AlreadyCreated, InternalError); void update (in T an_instance) raises (NonExistent, InternalError); void delete (in T an_instance) raises (NonExistent, InternalError); readonly attribute boolean is_lifecycle_checked; }

    ;

  • Reported: DDS4CCM 1.0b1 — Thu, 15 Oct 2009 04:00 GMT
  • Disposition: Resolved — DDS4CCM 1.0b2
  • Disposition Summary:

    Add the optional instance_handle parameter to each operation dealing with a
    specific instance

  • Updated: Sat, 7 Mar 2015 00:50 GMT