Hi, You can use the 'from' parameter of the @Requires annotation: @Requires(from="alarm")
However, this reduces the substitutability of your service, so I would recommend to use such configuration only when it's really required. In addition, you can use the 'filter' parameter to specify attributes on the required services (LDAP filter). Regards, Clement On 26.02.2012, at 09:06, Fairouz Fakhfakh wrote: > Hello , > I am beginner in iPOJO. > I have a component named "alarm" offering a service (method > send_help_request). > I have created an instance of this component. > I want that a client invokes the service offered by the instance and not by > the component. > So how can I search this instance and invoke the service offered by this > instance? > Can you help me, please? > Thank you in advance. > Best regards, > > > > -- > > Fairouz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

