public interface IServiceInfo
extends org.eclipse.core.runtime.IAdaptable
Modifier and Type | Method and Description |
---|---|
java.net.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.
|
java.lang.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.
|
java.net.URI getLocation()
URI
the location for the service.IServiceID getServiceID()
null
.int getPriority()
int getWeight()
long getTTL()
IServiceProperties getServiceProperties()
null
.java.lang.String getServiceName()