single instance of the service. regards,
Karl On Fri, Oct 31, 2008 at 5:51 PM, Kit Plummer <[EMAIL PROTECTED]> wrote: > This may be a completely basic question that I should already know the > answer to... > > I have multiple threads each getting access to a service with service = > BundleContext.getService(serviceRef). My question is ... does this return > the interface to the single instance of the service, or a new instance (for > each thread that calls it)? > > Kit > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

