[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ecf-dev] in ECF service client, how to get the ID of a service being added?
|
- From: David Donohue <dd@xxxxxxxxxxxxxxxx>
- Date: Sat, 24 Oct 2009 15:22:46 -0400
- Delivered-to: ecf-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=9haiBWOfyHjahOBkLQ/V9/ek5odJuN3AuFA58wWnvOY=; b=sWzX3S097m/lcxJYvXh9stWAozXFcKuJBI1xEcaBRFWUYb6aGm6wg5Ksp0Lj0UbO0Q pLeeWXTtQu+et3Xfa2Rg0hsFys7PiD/IuFS9pq4vSmd+OU2OIKFaM0uZUz/Vz89XJQYJ 81KowHwU/3OQ01QrZsWTsX4ooVITDKIVy4DjI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:date:x-google-sender-auth:message-id :subject:from:to:content-type; b=jyM/4Zt8t/PR7pvnOCwUjmIbcZXXtl0+da1IhEH9LxmN0iO8mR/FyijlkU5ftTwupm NS30rBnAfJ5mC9F1zriORQNB1h0N62xR6Kz4F6uJzoSdxBXFVm3Mwv/gYeKUEYWwrnN2 StNlImZFWM2Z1j6s5NyePQdfFfm7YoxXXUYRw=
Hello,
My ECF client is using ServiceTracker to be notified of services from
remote servers. Using generic service. My method
addingService(ServiceReference reference)
gets called whenever a new service starts up. In that method, how can
I identify what is the ID/URI of a server that hosts the service?
Thanks,
David Donohue