Skip to main content

[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?

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


Back to the top