Class R_OSGiID
java.lang.Object
org.eclipse.ecf.core.identity.BaseID
org.eclipse.ecf.provider.r_osgi.identity.R_OSGiID
- All Implemented Interfaces:
Serializable
,Comparable
,Principal
,org.eclipse.core.runtime.IAdaptable
,ID
- Direct Known Subclasses:
R_OSGiWSID
The ID implementation of R-OSGi URIs. Currently only works with the R-OSGi
namespace and hence with the R-OSGi default transport (persistent tcp
connections).
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionch.ethz.iks.r_osgi.URI
getURI()
get the internal URI.protected int
compare in the context of the namespace.protected boolean
check for equality in the context of the namespace.protected String
get the name.protected int
get the hash code.Get this ID instance in String form.toString()
get a string representation.Methods inherited from class org.eclipse.ecf.core.identity.BaseID
compareTo, equals, getAdapter, getName, getNamespace, hashCode, namespaceToExternalForm
-
Constructor Details
-
R_OSGiID
create a new R-OSGi ID from an URI string.- Parameters:
uriString
- the URI of a remote service.
-
R_OSGiID
- Parameters:
ns
- namespace- Since:
- 3.5
-
-
Method Details
-
namespaceCompareTo
compare in the context of the namespace.- Specified by:
namespaceCompareTo
in classBaseID
- Parameters:
id
- anotherBaseID
to compare to.- Returns:
- -1 if smaller, 1 if larger, and 0 for equality.
- See Also:
-
namespaceEquals
check for equality in the context of the namespace.- Specified by:
namespaceEquals
in classBaseID
- Parameters:
id
- anotherBaseID
to check with.- Returns:
true
iff the two IDs are equal within the given namespace.- See Also:
-
getURI
public ch.ethz.iks.r_osgi.URI getURI()get the internal URI.- Returns:
- the internal R-OSGi URI.
-
namespaceGetName
get the name.- Specified by:
namespaceGetName
in classBaseID
- Returns:
- the name as a String.
-
namespaceHashCode
protected int namespaceHashCode()get the hash code.- Specified by:
namespaceHashCode
in classBaseID
- Returns:
- the hash code.
-
toString
get a string representation. -
toExternalForm
Description copied from interface:ID
Get this ID instance in String form. Will not return null.- Specified by:
toExternalForm
in interfaceID
- Overrides:
toExternalForm
in classBaseID
- Returns:
- String that is external representation of this ID
- Since:
- 3.0
- See Also:
-