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 "Auto-conf meeting agenda"

(Meeting Agenda)
(Meeting Agenda)
Line 1: Line 1:
 
==Meeting Agenda==
 
==Meeting Agenda==
* Outstanding bugs
 
* Write tutorial for using fragments
 
  
 
===Candidates for a convenience library===
 
===Candidates for a convenience library===
Line 8: Line 6:
 
/** Returns the OSGi service named serviceName */
 
/** Returns the OSGi service named serviceName */
 
Object getService(String serviceName, BundleContext context)
 
Object getService(String serviceName, BundleContext context)
 
/** A bundle activator that comes with a static method, getDefault()
 
that returns the default instance of the activator */
 
class DefaultAccessibleBundleActivator
 
</pre>
 

Revision as of 08:26, 13 August 2007

Meeting Agenda

Candidates for a convenience library

/** Returns the OSGi service named serviceName */
Object getService(String serviceName, BundleContext context)

Back to the top