-
Notifications
You must be signed in to change notification settings - Fork 0
Bundle%DCbersicht
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.
Offers other nodes bundles for download via HTTP.
Is responsible for installing a bundle and all its dependencies on a local node. Bundles are usually obtained from a GridRepository.
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.
Publishes information about the local node (e.g. available memory) to the GridRegistry.
tbd