You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Philipp Haussleiter edited this page Nov 25, 2015
·
1 revision
Bundle Overview
Description of the separate GridBundles
Registry
Serves as a central distributed database, which other GridBundles publish to and look up information with. E.g. a GridCarrier looks up the addresses of the available GridRepository in the registry. A GridRepository publishes its public URL to the registry.
Is in charge of managing the life-cycle of a bundle. I.e. it installs the bundle, starts it and registers it with the GridRegistry. It also unregisters it, stops and uninstalls it.
Is actually not a real bundle, but a fragment extension to the framework bundle (at least in the case of Equinox). Does the aspect weaving into foreign service class code.