iPOJO services registered event?

2010-07-01 Thread Henrik Niehaus
Hi, I'm wondering, if there is a way to detect, when all services of a component are registered. E.g. I have a component, which provides the service ResourceBundleProvider @Component @Provides public class DmaxParser implements IWebParser, ResourceBundleProvider { @Requires private Messages

Re: iPOJO services registered event?

2010-07-02 Thread Henrik Niehaus
Am 01.07.2010 19:40, schrieb Clement Escoffier: > Hi, > > On 01.07.2010, at 18:39, Henrik Niehaus wrote: > >> Hi, >> >> I'm wondering, if there is a way to detect, when all services of a >> component are registered. E.g. I have a component, which provides the >> service ResourceBundleProvider >>

Re: iPOJO services registered event?

2010-07-02 Thread Clement Escoffier
On 02.07.2010, at 19:03, Henrik Niehaus wrote: > Am 01.07.2010 19:40, schrieb Clement Escoffier: >> Hi, >> >> On 01.07.2010, at 18:39, Henrik Niehaus wrote: >> >>> Hi, >>> >>> I'm wondering, if there is a way to detect, when all services of a >>> component are registered. E.g. I have a compone

Re: iPOJO services registered event?

2010-07-01 Thread Clement Escoffier
Hi, On 01.07.2010, at 18:39, Henrik Niehaus wrote: > Hi, > > I'm wondering, if there is a way to detect, when all services of a > component are registered. E.g. I have a component, which provides the > service ResourceBundleProvider > > > @Component > @Provides > public class DmaxParser implem