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: [sca-c-cpp] NEW ISSUE: Support for assembly's @wiredByImpl


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

-- David Haney
-- Director of Architecture
-- Rogue Wave Software
-- http://www.roguewave.com/ 



---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  Follow this link to all your TCs in OASIS at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 



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