Class DiscoveredEndpointDescription

java.lang.Object
org.eclipse.ecf.osgi.services.remoteserviceadmin.DiscoveredEndpointDescription

public class DiscoveredEndpointDescription extends Object
Discovered endpoint description. Instances of this class represent discovered endpoint descriptions that were discovered by a particular discovery locator namespace. Instances of this class are typically created via a IDiscoveredEndpointDescriptionFactory.
See Also:
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getDiscoveryLocatorNamespace

      public Namespace getDiscoveryLocatorNamespace()
    • getServiceID

      public IServiceID getServiceID()
    • getEndpointDescription

      public EndpointDescription getEndpointDescription()