Skip to main content

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

Reference: 177534

Proper shutdown of Corona's server-side environment is needed.  In addition to invoking OSGi's close (which will invoke each bundle's stop() method), Corona's collaboration framework needs to be properly shutdown.

 

Each opened ContextContainer must be given a chance to properly shutdown before the server-side environment is shutdown.

 

What is needed:

  • A way to invoke a request to the Corona server to begin the shutdown process
    • Secured web service
    • Secured WSDM operation
  • An event posted to each opened ContextContainer notifying its community that it is being shutdown
    • Can only be sent from server
  • An event posted to the SystemContainer notifying the Corona system that it is being shutdown
    • Can only be sent from server

 

Please share any other comments / ideas for shutting down the Corona server-side environment.


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