Skip to main content

Notice: This Wiki is now read only and edits are no longer 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)
(Candidates for a convenience library)
Line 2: Line 2:
  
 
===Candidates for a convenience library===
 
===Candidates for a convenience library===
 +
 +
<pre>
 
/** 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 15:09, 19 July 2007

Meeting Agenda

Candidates for a convenience library

/** Returns the OSGi service named serviceName */
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

Back to the top