Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Calling order for activate and bind methods when using declarative services
Calling order for activate and bind methods when using declarative services [message #101323] Thu, 08 November 2007 22:54
Eclipse UserFriend
Originally posted by: beryilmaREMOVETHIS.mathworks.com

Could someone explain in what order are the activate and "bind" methods are
called when using declarative services?
I have a service component that can use another service declared as a
dynamic reference in my xml file as:

<?xml version="1.0" encoding="UTF-8"?>
<component name="Step Response Plot">
<implementation
class="com.mathworks.toolbox.control.ltiview.impl.StepResponse "/>
<property name="plot.type">step response</property>
<reference
name="plot.source"
interface=" com.mathworks.toolbox.control.response.IStepResponseProvider "
bind="setSource"
unbind="unsetSource"
cardinality="0..n"
policy="dynamic"
/>
</component>


Thanks
Previous Topic:Adding/replacing classloader
Next Topic:Http Sessions
Goto Forum:
  


Current Time: Fri Apr 19 15:09:59 GMT 2024

Powered by FUDForum. Page generated in 0.01700 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top