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

Difference between revisions of "Corona Design SystemContainer"

(New page: <table border='1' cellpadding='3'> <tr> <td>[http://www.eclipse.org/corona Eclipse Home]</td> <td>Corona Wiki Home</td> <td>Development</td> <td...)
 
m
Line 8: Line 8:
 
</table>
 
</table>
 
----
 
----
 +
 +
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 ==
  
 
== Manager / Proxy ==
 
== 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.
 +
 
[[Image:SystemContextContainerManager.png]]
 
[[Image:SystemContextContainerManager.png]]

Revision as of 10:28, 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

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