Package org.eclipse.ecf.remoteservice
Interface IRemoteServiceID
- All Superinterfaces:
Comparable
,org.eclipse.core.runtime.IAdaptable
,ID
,Principal
,Serializable
- All Known Implementing Classes:
RemoteServiceID
Remote service ID.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the container ID for this remote service.long
Get container-relative ID for the remote service identifiedMethods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ecf.core.identity.ID
equals, getName, getNamespace, hashCode, toExternalForm
-
Method Details
-
getContainerID
ID getContainerID()Get the container ID for this remote service. Will not returnnull
.- Returns:
- ID the ID for the container associated with this remote service. Will not return
null
.
-
getContainerRelativeID
long getContainerRelativeID()Get container-relative ID for the remote service identified- Returns:
- int the container-relative ID.
-