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 "DTP Connectivity Project Committers Meeting Minutes: December 8, 2008"

(Agenda)
(Agenda)
Line 10: Line 10:
 
==Agenda==
 
==Agenda==
 
*APIs for Transient Connection Profiles
 
*APIs for Transient Connection Profiles
 +
** Add one method to ProfileManager
 
** public IConnectionProfile createTransientProfile(String providerID, Properties baseProperties) throws ConnectionProfileException;
 
** public IConnectionProfile createTransientProfile(String providerID, Properties baseProperties) throws ConnectionProfileException;
 
** All other ProfileManager APIs deal with permanent (i.e. non-transient) profiles
 
** All other ProfileManager APIs deal with permanent (i.e. non-transient) profiles
 +
** deleteProfile from ProfileManager could be retooled slightly to understand transient vs. non-transient profiles
 +
** another option is to simply add another property that indicates that a given profile is "transient". if such a profile is found when the ProfileManager is disposed, it gets discarded
 
*Open discussion
 
*Open discussion
  

Revision as of 18:59, 8 December 2008

Back to DTP Connectivity Project Committers' Meeting Page

Attendees

  • Brian Fitzpatrick
  • Linda Chan
  • Larry Dunnell

Regrets

Agenda

  • APIs for Transient Connection Profiles
    • Add one method to ProfileManager
    • public IConnectionProfile createTransientProfile(String providerID, Properties baseProperties) throws ConnectionProfileException;
    • All other ProfileManager APIs deal with permanent (i.e. non-transient) profiles
    • deleteProfile from ProfileManager could be retooled slightly to understand transient vs. non-transient profiles
    • another option is to simply add another property that indicates that a given profile is "transient". if such a profile is found when the ProfileManager is disposed, it gets discarded
  • Open discussion

Minutes

Action Items

Back to the top