Uses of Interface
org.eclipse.ecf.discovery.IServiceInfo
Packages that use IServiceInfo
Package
Description
-
Uses of IServiceInfo in org.eclipse.ecf.discovery
Classes in org.eclipse.ecf.discovery that implement IServiceInfoFields in org.eclipse.ecf.discovery declared as IServiceInfoMethods in org.eclipse.ecf.discovery that return IServiceInfoModifier and TypeMethodDescriptionIDiscoveryLocator.getServiceInfo
(IServiceID aServiceID) Synchronously retrieve info about the serviceIServiceEvent.getServiceInfo()
Get the service info associated with this eventServiceContainerEvent.getServiceInfo()
IDiscoveryLocator.getServices()
Synchronously get service info about all known servicesIDiscoveryLocator.getServices
(IServiceTypeID aServiceTypeID) Synchronously get service info about all known services of given service typeAbstractDiscoveryContainerAdapter.purgeCache()
IDiscoveryLocator.purgeCache()
Purges the underlying IServiceInfo cache if available in the current providerMethods in org.eclipse.ecf.discovery with parameters of type IServiceInfoModifier and TypeMethodDescriptionprotected IServiceEvent
AbstractDiscoveryContainerAdapter.getServiceEvent
(IServiceInfo iServiceInfo, ID id) void
IDiscoveryAdvertiser.registerService
(IServiceInfo serviceInfo) Register the given service.void
IDiscoveryAdvertiser.unregisterService
(IServiceInfo serviceInfo) Unregister a previously registered service defined by serviceInfo.Constructors in org.eclipse.ecf.discovery with parameters of type IServiceInfo -
Uses of IServiceInfo in org.eclipse.ecf.discovery.identity
Fields in org.eclipse.ecf.discovery.identity declared as IServiceInfoMethods in org.eclipse.ecf.discovery.identity that return IServiceInfoMethods in org.eclipse.ecf.discovery.identity with parameters of type IServiceInfo -
Uses of IServiceInfo in org.eclipse.ecf.osgi.services.remoteserviceadmin
Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin that return IServiceInfoModifier and TypeMethodDescriptionIServiceInfoFactory.createServiceInfo
(IDiscoveryAdvertiser advertiser, EndpointDescription endpointDescription) Create an service info instance to represent the given endpointDescription for discovery using the given discovery advertiser.protected IServiceInfo
ServiceInfoFactory.createServiceInfo
(URI uri, String serviceName, IServiceTypeID serviceTypeID, IServiceProperties serviceProperties) ServiceInfoFactory.createServiceInfo
(IDiscoveryAdvertiser advertiser, EndpointDescription endpointDescription) Methods in org.eclipse.ecf.osgi.services.remoteserviceadmin with parameters of type IServiceInfoModifier and TypeMethodDescriptionDiscoveredEndpointDescriptionFactory.createDiscoveredEndpointDescription
(IDiscoveryLocator locator, IServiceInfo discoveredServiceInfo) protected DiscoveredEndpointDescription
DiscoveredEndpointDescriptionFactory.createDiscoveredEndpointDescription
(IDiscoveryLocator locator, IServiceInfo discoveredServiceInfo, EndpointDescription endpointDescription) IDiscoveredEndpointDescriptionFactory.createDiscoveredEndpointDescription
(IDiscoveryLocator locator, IServiceInfo discoveredServiceInfo) Create an EndpointDescription for a discovered remote service.protected EndpointDescription
DiscoveredEndpointDescriptionFactory.createEndpointDescription
(IDiscoveryLocator locator, IServiceInfo discoveredServiceInfo) -
Uses of IServiceInfo in org.eclipse.ecf.provider.dnssd
Methods in org.eclipse.ecf.provider.dnssd that return IServiceInfoModifier and TypeMethodDescriptionDnsSdDiscoveryContainerAdapter.getServiceInfo
(IServiceID aServiceId) DnsSdDiscoveryLocator.getServiceInfo
(IServiceID aServiceId) DnsSdDiscoveryContainerAdapter.getServices()
DnsSdDiscoveryContainerAdapter.getServices
(IServiceTypeID aServiceTypeId) DnsSdDiscoveryLocator.getServices()
DnsSdDiscoveryLocator.getServices
(IServiceTypeID aServiceTypeId) DnsSdDiscoveryAdvertiser.purgeCache()
Methods in org.eclipse.ecf.provider.dnssd with parameters of type IServiceInfoModifier and TypeMethodDescriptionvoid
DnsSdDiscoveryAdvertiser.registerService
(IServiceInfo serviceInfo) void
DnsSdDiscoveryContainerAdapter.registerService
(IServiceInfo serviceInfo) protected void
DnsSdDiscoveryAdvertiser.sendToServer
(IServiceInfo serviceInfo, boolean mode) void
DnsSdDiscoveryAdvertiser.unregisterService
(IServiceInfo serviceInfo) void
DnsSdDiscoveryContainerAdapter.unregisterService
(IServiceInfo serviceInfo) -
Uses of IServiceInfo in org.eclipse.ecf.provider.jslp.container
Classes in org.eclipse.ecf.provider.jslp.container that implement IServiceInfoMethods in org.eclipse.ecf.provider.jslp.container that return IServiceInfoModifier and TypeMethodDescriptionJSLPDiscoveryContainer.getServiceInfo
(IServiceID service) JSLPDiscoveryContainer.getServices()
JSLPDiscoveryContainer.getServices
(IServiceTypeID type) JSLPDiscoveryContainer.purgeCache()
Methods in org.eclipse.ecf.provider.jslp.container with parameters of type IServiceInfoModifier and TypeMethodDescriptionvoid
JSLPDiscoveryContainer.fireServiceDiscovered
(IServiceInfo iinfo) void
JSLPDiscoveryContainer.fireServiceUndiscovered
(IServiceInfo iinfo) void
JSLPDiscoveryContainer.registerService
(IServiceInfo aServiceInfo) void
JSLPDiscoveryContainer.unregisterService
(IServiceInfo aServiceInfo) Constructors in org.eclipse.ecf.provider.jslp.container with parameters of type IServiceInfo