exception.
- Marc
Von:Raymond Auge
An: felix users ,
Datum: 17.09.2015 16:25
Betreff:Re: InterruptedException when stopping system-bundle
What you probably want is:
Framework fw = context.getBundle(0).adapt(Framework.class);
fw.waitForStop(timeout);
- Ray
On Thu, Sep 17
What you probably want is:
Framework fw = context.getBundle(0).adapt(Framework.class);
fw.waitForStop(timeout);
- Ray
On Thu, Sep 17, 2015 at 4:02 PM, wrote:
> Hello everyone
>
> I created a little executable-jar which launches Felix. After some
> computation has been done the framework is sh
2 matches
Mail list logo