Super Distributed Object Avatar
  1. OMG Specification

Super Distributed Object — All Issues

  • Acronym: SDO
  • Issues Count: 11
  • Description: All Issues
Closed All
All Issues

Issues Descriptions

SDO typos

  • Key: SDO11-46
  • Legacy Issue Number: 12171
  • Status: closed  
  • Source: Shibaura Institute of Technology ( Mr. Takeshi Sakamoto)
  • Summary:

    Title: Typographical Errors
    Severity: Support Text

    -3.4.3.Configuration Interface
    *In the definition of "get_configuration_set", add "InvalidParameter"
    at exception part.

    -2.2.2.Data Structures Used by Resource Data Model
    *In the "RangeType" part in the definition table,
    "abortValue : abort" should be replaced with "shortValue : short"
    in the "Numeric" class.

    *In the "DependencyType" part in the definition table,
    "+NORMAL","+REVERSE" should be replaced with "+OWN","+OWNED"
    in the "DependencyType" enumeration.

    -2.2.3.SDOSystemElement
    *In the "SDOSystemElement" class, "-organizations:OrganizationList" should be
    replaced with "-ownedOrganizations:OrganizationList".

    -2.2.10.ConfigurationProfile
    *In the "ConfigurationProfile" class, "+parameterList:ParameterList",
    "+configurationSetList:ConfigurationSetList" should be replaced with
    "+parameters:ParameterList","+configurationSets:ConfigurationSetList".

    -2.3.4.SDO Interface
    *"(1)getSDOID():String" should be replaced with "(1)+getSDOID():UniqueIdentifier".

    *In (6)getServiceProfiles section, "ServiceProfilesList" should be replaced with
    "ServiceProfileList" in the parameter table.

    -2.3.4.1.Usage:SDO interface
    "The section describes examples about" should be replaced with
    "This section describes examples about".

  • Reported: SDO 1.0 — Wed, 9 Jan 2008 05:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    Resolution:

    · 3.4.3.Configuration Interface
    In the definition of "get_configuration_set", add "InvalidParameter" at exception part.

    · 2.2.2.Data Structures Used by Resource Data Model
    In the "RangeType" part in the definition table, "abortValue : abort" should be replaced with "shortValue : short" in the "Numeric" class.
    And, in the "DependencyType" part in the definition table, "+NORMAL","+REVERSE" should be replaced with "+OWN","+OWNED" in the "DependencyType" enumeration.

    · 2.2.3.SDOSystemElement
    In the "SDOSystemElement" class, "-organizations:OrganizationList" should be replaced with "-ownedOrganizations:OrganizationList".

    · 2.2.10.ConfigurationProfile
    In the "ConfigurationProfile" class, "+parameterList:ParameterList", "+configurationSetList:ConfigurationSetList" should be replaced with "+parameters:ParameterList","+configurationSets:ConfigurationSetList".

    · 2.3.4.SDO Interface
    "(1)getSDOID():String" should be replaced with "(1)+getSDOID():UniqueIdentifier".
    And, In (6)getServiceProfiles section, "ServiceProfilesList" should be replaced with "ServiceProfileList" in the parameter table.

    · 2.3.4.1.Usage:SDO interface
    "The section describes examples about" should be replaced with "This section describes examples about".

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-49> in UML diagram

  • Key: SDO11-45
  • Legacy Issue Number: 11021
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Current description in the specification (04-11-01.pdf)] <Page 2-49> in UML diagram +notify(publisher : SDO, publisherID:

    UniqueIdentifier, currentStatus : NVList) : void [Corrected description] +notify(publisherID: UniqueIdentifier, currentStatus

    : NVList) : void

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    'publisher : SDO, publisherID: UniqueIdentifier, currentStatus : NVList' has been corrected to 'publisherID: UniqueIdentifier, currentStatus : NVList'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-25> in UML diagram +setConfigurationSetValues

  • Key: SDO11-44
  • Legacy Issue Number: 11020
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Current description in the specification (04-11-01.pdf)] <Page 2-25> in UML diagram +setConfigurationSetValues

    (configurationSetID : UniqueIdentifier) : Boolean [Corrected description] +setConfigurationSetValues(configurationSet :

    ConfigurationSet) : Boolean

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    'configurationSetID : UniqueIdentifier' has been corrected to 'configurationSet : ConfigurationSet'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-51> 2.3.8 Organization Interface (2)

  • Key: SDO11-41
  • Legacy Issue Number: 11017
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Description in the specification (04-11-01.pdf)] <Page 2-51> 2.3.8 Organization Interface (2) +addOrganizationProperty

    (organizationProperty : OrganizationProperty) : Boolean [Current IDL(in 04-11-01.pdf and 04-11-02.txt)] <Page 3-7> boolean

    set_organization_property ( in OrganizationProperty organization_property ) raises (InvalidParameter, NotAvailable,

    InternalError); [IDL (corrected description)] boolean add_organization_property ( in OrganizationProperty

    organization_property ) raises (InvalidParameter, NotAvailable, InternalError);

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    'set_organization_property' has been corrected to 'add_organization_property'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-32> 2.3.5.1 Operations (14)

  • Key: SDO11-40
  • Legacy Issue Number: 11016
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Description in the specification (04-11-01.pdf)] <Page 2-32> 2.3.5.1 Operations (14) + setConfigurationSetValues

    (configurationSet: ConfigurationSet): Boolean [Current IDL(in 04-11-01.pdf and 04-11-02.txt)] <Page 3-6> boolean

    set_configuration_set_values ( in UniqueIdentifier config_id, in ConfigurationSet configuration_set) raises

    (InvalidParameter, NotAvailable, InternalError); [IDL (corrected description)] boolean set_configuration_set_values ( in

    ConfigurationSet configuration_set) raises (InvalidParameter, NotAvailable, InternalError);

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    An attribute 'in UniqueIdentifier config_id' has been removed from 'set_configuration_set_values'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-26> 2.3.5.1 Operations (2)

  • Key: SDO11-39
  • Legacy Issue Number: 11015
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Description in the specification (04-11-01.pdf)] <Page 2-26> 2.3.5.1 Operations (2) +addServiceProfile (sProfile :

    ServiceProfile ) : Boolean [Current IDL(in 04-11-01.pdf and 04-11-02.txt)] <Page 3-5> boolean set_service_profile (in

    ServiceProfile sProfile) raises (InvalidParameter, NotAvailable, InternalError); [IDL (corrected description)] boolean

    add_service_profile (in ServiceProfile sProfile) raises (InvalidParameter, NotAvailable, InternalError);

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    'set_service_profile' has been corrected to 'add_service_profile'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-25> in UML diagram

  • Key: SDO11-43
  • Legacy Issue Number: 11019
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Current description in the specification (04-11-01.pdf)] <Page 2-25> in UML diagram +setServiceProfile(sProfile :

    ServiceProfile) : Boolean [Corrected description] +setConfigurationSetValues(configurationSet : ConfigurationSet) : Boolean

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    'setServiceProfile' has been corrected to 'addServiceProfile'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-11> in UML diagram

  • Key: SDO11-42
  • Legacy Issue Number: 11018
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Current description in the specification (04-11-01.pdf)] <Page 2-11> in UML diagram +deviceType : string +manufacturer :

    string +model : string +version : string [Corrected description] +deviceType : String +manufacturer : String +model : String

    +version : String +properties : NVList

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    All 'string' has been corrected to 'String'.
    '+properties : NVList' has been added.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-27> 2.3.5.1 Operations

  • Key: SDO11-38
  • Legacy Issue Number: 11014
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Description in the specification (04-11-01.pdf)] <Page 2-27> 2.3.5.1 Operations (3) +addOrganization( organization :

    Organization) : Boolean [Current IDL(in 04-11-01.pdf and 04-11-02.txt)] <Line 165> boolean add_organization (in Organization

    organization) raises (InvalidParameter, NotAvailable, InternalError); [IDL (corrected description)] boolean add_organization

    (in Organization organization_object) raises (InvalidParameter, NotAvailable, InternalError);

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    'organization' has been corrected to 'organization_object'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

Page 2-20> 2.3.4 SDO Interface

  • Key: SDO11-37
  • Legacy Issue Number: 11013
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    [Description in the specification (04-11-01.pdf)] <Page 2-20> 2.3.4 SDO Interface (3) +getStatus(name:String) : any [Current

    IDL(in 04-11-01.pdf and 04-11-02.txt)] <Line156> any get_status () raises (InvalidParameter, NotAvailable, InternalError);

    [IDL (corrected description)] any get_status (in string name) raises (InvalidParameter, NotAvailable, InternalError);

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    An attribute 'in string name' has been added to 'get_status'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT

2.3.3 SDOSystemElement Interface

  • Key: SDO11-36
  • Legacy Issue Number: 11012
  • Status: closed  
  • Source: Hitachi ( Ken-ichiroh Kawakami)
  • Summary:

    -------------- No.1: --------------
    [Description in the specification (04-11-01.pdf)] <Page 2-18> 2.3.3 SDOSystemElement Interface [Current IDL(in 04-11-01.pdf

    and 04-11-02.txt)] <Line132> interface SDOSystemElement { OrganizationList get_owned, organizations() raises (NotAvailable);

    [IDL (corrected description)] interface SDOSystemElement { OrganizationList get_owned_organizations() raises (NotAvailable);

  • Reported: SDO 1.0 — Thu, 17 May 2007 04:00 GMT
  • Disposition: Resolved — SDO 1.1
  • Disposition Summary:

    ',' has been corrected to '_'.

  • Updated: Wed, 11 Mar 2015 02:08 GMT