OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-c-cpp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (SCACANDCPP-3) Support for assembly's @wiredByImpl


Support for assembly's @wiredByImpl
-----------------------------------

                 Key: SCACANDCPP-3
                 URL: http://tools.oasis-open.org/issues/browse/SCACANDCPP-3
             Project: OASIS Service Component Architecture / C and C++ (SCA-C-C++) TC
          Issue Type: Bug
          Components: C Specification, C++ Specification
    Affects Versions: Version 1.1
            Reporter: Bryan Aupperle


Originally CCPP-50

Target: C & C++ C&I Specifications

Description: Add additional APIs to support Assembly's @wiredByImpl

The Assembly 1.0 specification defines the following attribute on a
reference element:

"wiredByImpl (optional) - a boolean value, "false" by default, which
indicates that the implementation wires this reference dynamically. If
set to "true" it indicates that the target of the reference is set at
runtime by the implementation code (eg by the code obtaining an endpoint
reference by some means and setting this as the target of the reference
through the use of programming interfaces defined by the relevant Client
and Implementation specification). If "true" is set, then the reference
should not be wired statically within a composite, but left unwired."

This implies that the C/C++ APIs should provide a mechanism for setting
the service that would be associated with a reference, however the
current ComponentContext API (in C++) only provides a "getService()"
method.

A simple "setService()" call may not be sufficient, as the state rules
may require multiple instances of the service to exist.

Proposal:

none

Raised to the OASIS Service Component Architecture / C and C++ (SCA-C-C++) TC in the e-mail at http://lists.oasis-open.org/archives/sca-c-cpp/200809/msg00004.html 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]