Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Corona Design SystemContainer

Revision as of 10:49, 21 March 2007 by Dennis.oflynn.compuware.com (Talk | contribs) (Manager / Proxy)

Eclipse Home Corona Wiki Home Development Design

Container

The SystemContainer is a special type of ContextContainer. It is a singleton container used to facilitate the Corona system. Its contents define the Corona environment used for supporting the collaboration framework.

Repository Descriptors

Container Definitions

The set of known context containers are defined as RepositoryDescriptors within the SystemContainer. As context containers are added and removed from Corona, the set of RepositoryDescriptors within the SystemContainer will be updated.

Manager / Proxy

The container manager is used to control access to the SystemContainer. The manager is used by the Corona server and the proxy is used by clients to access container manager functionality.

The following class diagram is for illustration purposes. It does not contain, nor define, the actual set of methods provided by the SystemContainerManager.

SystemContextContainerManager.png

Back to the top