Hi, On 30.11.10 10:21, "Quirino Zagarese" <[email protected]> wrote:
>Hi Clement and thank you for your quick response. >Is there a way I can try to contribute such feature? >Could you suggest me where to look for and which Handlers to inspect in >order to provide similar behavior? You could have a look in org.apache.felix.ipojo.handlers.dependency.DependencyHandlerDescription, and implement the getDescription() in the handlers. This method returns an object used for the introspection. Regards, Clement >Bests, > >Quirino > >2010/11/29 Clement Escoffier <[email protected]> > >> Hi, >> >> On 29.11.10 16:32, "Quirino Zagarese" <[email protected]> >>wrote: >> >> >Hi there, >> >I'm moving my first steps with iPOJO and I think it is really >>impressive. >> >Right now I'm trying the events-related features and I wonder if there >>is >> >a >> >way to get a list of all declared Publishers and Subscribers >> >available inside the container, through iPOJO API. >> >> Unfortunately no. The event admin handler does not contribute to the >> introspection mechanism. This is rather annoying (I've never checked >>that >> before). I've created an issue to track this >> (https://issues.apache.org/jira/browse/FELIX-2711). >> >> Regards, >> >> Clement >> >> >Thanks in advance. >> >Bests, >> > >> >Quirino >> > >> >-- >> >Quirino Zagarese >> > >> >PhD Student - Department of Engineering - University of Sannio >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > >-- >Quirino Zagarese > >PhD Student - Department of Engineering - University of Sannio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

