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 "PTP/designs/rm extensions"

< PTP‎ | designs
(Current Resource Manager)
Line 1: Line 1:
 +
The following sections detail some additional resource manager functionality that will be included in the 3.0 release of PTP.
 +
 
== Current Resource Manager ==
 
== Current Resource Manager ==
  
Line 6: Line 8:
 
* getSelected() will return null if no RM selected, otherwise will return selected RM
 
* getSelected() will return null if no RM selected, otherwise will return selected RM
 
* Default is no RM selected
 
* Default is no RM selected
 +
 +
== Wizard Extension ==
 +
 +
* A new extension point will be added to allow tool-specific wizard pages to be added to the RM configuration wizard
 +
* Multiple extensions are allowed
 +
* If one extension is available, the new page will be displayed just prior to the final wizard page
 +
* If more than one extensions is available, a page showing a list of the available extensions will be displayed.
 +
** Users will be able to individually select and configure the extensions
 +
* Extensions will be able to contribute persistent information to the RM configuration
 +
* RM configuration information, including the extension information, will be able to be queried

Revision as of 17:20, 21 May 2009

The following sections detail some additional resource manager functionality that will be included in the 3.0 release of PTP.

Current Resource Manager

  • Add "Select Resource Manager" to current context menu
  • Selected resource manager will be annotated in view
  • RM selection listeners will be notified
  • getSelected() will return null if no RM selected, otherwise will return selected RM
  • Default is no RM selected

Wizard Extension

  • A new extension point will be added to allow tool-specific wizard pages to be added to the RM configuration wizard
  • Multiple extensions are allowed
  • If one extension is available, the new page will be displayed just prior to the final wizard page
  • If more than one extensions is available, a page showing a list of the available extensions will be displayed.
    • Users will be able to individually select and configure the extensions
  • Extensions will be able to contribute persistent information to the RM configuration
  • RM configuration information, including the extension information, will be able to be queried

Back to the top