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 "Org.eclipse.higgins.registry"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The Registry provide basic service for runtime discovering and loaading of plugins implementing some specific interface. ==...)
 
Line 8: Line 8:
  
 
==Service==
 
==Service==
Provides basic service for runtime discovering loading and configuring plugins which implements some specific interface. Extended by other registries such as [[I-Card Registry]], [[User Profile Service]], [[Cache Service]] in order to discover and load their components.
+
Provides basic service for runtime discovering loading and configuring plugins which implements some specific interface. Extended by other registries such as [[I-Card Registry]], [[I-Card Selector Service]], [[User Profile Service]], [[Cache Service]] in order to discover and load their components.
  
 
====Responsibilities====
 
====Responsibilities====
 
* Provides interface and basic service for runtime plugins discovering.  
 
* Provides interface and basic service for runtime plugins discovering.  
 
* Should be extended in order manage plugins implementing specific interface.
 
* Should be extended in order manage plugins implementing specific interface.
 +
 +
====API====
 +
* [http://download.eclipse.org/technology/higgins/downloads/registry/lastNightlyBuild/javadoc/index.html Javadoc]
  
 
==Links==
 
==Links==
 
* [[I-Card Registry]]
 
* [[I-Card Registry]]
 +
* [[I-Card Selector Service]]
 
* [[User Profile Service]]
 
* [[User Profile Service]]
 
* [[Cache Service]]
 
* [[Cache Service]]
  
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Revision as of 06:10, 4 April 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The Registry provide basic service for runtime discovering and loaading of plugins implementing some specific interface.

Details

  • Status: first code in B-1-1M1
  • Language: Java
  • Packaging: OSGI bundle

Service

Provides basic service for runtime discovering loading and configuring plugins which implements some specific interface. Extended by other registries such as I-Card Registry, I-Card Selector Service, User Profile Service, Cache Service in order to discover and load their components.

Responsibilities

  • Provides interface and basic service for runtime plugins discovering.
  • Should be extended in order manage plugins implementing specific interface.

API

Links

Back to the top