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

public class R_OSGiID extends BaseID
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:
  • Constructor Details

    • R_OSGiID

      public R_OSGiID(String uriString)
      create a new R-OSGi ID from an URI string.
      Parameters:
      uriString - the URI of a remote service.
    • R_OSGiID

      protected R_OSGiID(Namespace ns)
      Parameters:
      ns - namespace
      Since:
      3.5
  • Method Details