DDS 1.0 NO IDEA Avatar
  1. OMG Issue

DDS — CacheFactory::find_cache (addition

  • Key: DDS-38
  • Legacy Issue Number: 6744
  • Status: closed  
  • Source: THALES ( Virginie Watine)
  • Summary:

    Issue [THALES]
    There in no means to retrieve a previously created Cache
    Proposal [THALES]
    Add on the CacheFactory::create_cache an extra parameter that is the name of the Cache
    Add the CacheFactory::find_cache method
    IDL
    Cache create_cache (in CacheUsage usage,
    in DCPS::DomainParticipant domain,
    in string name)
    raises (DCPSError, AlreadyExisting);
    Cache find_cache (in string name)
    raises (NotFound);
    concerns the PIM (figure, table and text and the PSM)

  • Reported: DDS 1.0b1 — Fri, 19 Dec 2003 05:00 GMT
  • Disposition: Resolved — DDS 1.0
  • Disposition Summary:

    see below

  • Updated: Fri, 6 Mar 2015 20:58 GMT