You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Sahoo <Sa...@Sun.COM> on 2009/07/05 21:12:05 UTC

What is FrameworkEvent.STOPPED?

I don't see any mention of such an event in R4.1 spec, yet I see this 
constant defined in FrameworkEvent.java in Felix. Is it not a spec 
violation? Or, has it been introduced in upcoming R4.2?

Thanks,
Sahoo

Re: What is FrameworkEvent.STOPPED?

Posted by Sahoo <Sa...@sun.com>.
Thanks. It's time I looked at R4.2.

Sahoo

Richard S. Hall wrote:
> It is new for R4.2...it is part of the standard embedding API, it is 
> used as a return value from Framework.waitForStop() to indicate why 
> the framework was stopped.
>
> -> richard
>
> On 7/5/09 3:12 PM, Sahoo wrote:
>> I don't see any mention of such an event in R4.1 spec, yet I see this 
>> constant defined in FrameworkEvent.java in Felix. Is it not a spec 
>> violation? Or, has it been introduced in upcoming R4.2?
>>
>> Thanks,
>> Sahoo

Re: What is FrameworkEvent.STOPPED?

Posted by "Richard S. Hall" <he...@ungoverned.org>.
It is new for R4.2...it is part of the standard embedding API, it is 
used as a return value from Framework.waitForStop() to indicate why the 
framework was stopped.

-> richard

On 7/5/09 3:12 PM, Sahoo wrote:
> I don't see any mention of such an event in R4.1 spec, yet I see this 
> constant defined in FrameworkEvent.java in Felix. Is it not a spec 
> violation? Or, has it been introduced in upcoming R4.2?
>
> Thanks,
> Sahoo