[iPOJO] Service modified callback should define a default method name
---------------------------------------------------------------------
Key: FELIX-2732
URL: https://issues.apache.org/jira/browse/FELIX-2732
Project: Felix
Issue Type: Improvement
Components: iPOJO
Affects Versions: iPOJO-1.6.0
Reporter: Richard S. Hall
Priority: Minor
iPOJO supports service modified events via a callback. Logically, this is
related to bind/unbind methods. For bind/unbind methods, iPOJO uses a default
naming scheme to detect bind/unbind pairs. For the modified callback, it
doesn't, which means you are forced to use an ID in this case. It would be nice
if iPOJO supported a default name for this too (e.g.,
bindFoo()/unbindFoo()/modifiedFoo()).
On a related note, I don't see this feature documented (at least not the
@Modified annotation).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.