Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona Design SystemContainer"

m
m (Container)
Line 12: Line 12:
  
 
== Container ==
 
== Container ==
 +
 +
=== 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 ==
 
== Manager / Proxy ==

Revision as of 10:37, 21 March 2007

Eclipse Home Corona Wiki Home Development Design

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.

Container

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.

SystemContextContainerManager.png

Back to the top