|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceInfo
Service information contract. Defines the information associated with a remotely discoverable service
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |