public interface IServiceInfo
extends org.eclipse.core.runtime.IAdaptable
Modifier and Type | Method and Description |
---|---|
URI |
getLocation()
Get URI for service
|
int |
getPriority()
The priority for the service
Priority: The priority of this target host.
|
IServiceID |
getServiceID()
Get ServiceID for service.
|
String |
getServiceName()
A user choose label used for pretty printing this service.
|
IServiceProperties |
getServiceProperties()
Map with any/all properties associated with the service.
|
long |
getTTL()
The time to live for the service.
|
int |
getWeight()
The weight for the service.
|
IServiceID getServiceID()
null
.int getPriority()
int getWeight()
long getTTL()
IServiceProperties getServiceProperties()
null
.String getServiceName()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.