Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Corona Server-Side Shutdown

Bundle stop() methods are called in an order determined by bundle
dependency.  Some bundles declare dependencies while others are only
loosely associated via package export/imports.  Thus, the actual order
of bundle stop() methods cannot be guaranteed.

This was the idea of posting a ContextContainer event for shutdown
before the actual OSGi close begin to invoke each bundle's stop().

-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Marcin Okraszewski
Sent: Thursday, March 15, 2007 9:03 AM
To: Corona development
Subject: Re: [corona-dev] Corona Server-Side Shutdown

O'Flynn, Dennis wrote:
>
> Corona's collaboration framework needs to be properly shutdown.
>

Seems like the cleanup can be triggered by bundle's stop() method.

Marcin

The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 
_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 


Back to the top