org.eclipse.ecf.osgi.services.remoteserviceadmin
Class DiscoveredEndpointDescription
java.lang.Object
org.eclipse.ecf.osgi.services.remoteserviceadmin.DiscoveredEndpointDescription
public class DiscoveredEndpointDescription
- extends java.lang.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:
IDiscoveredEndpointDescriptionFactory
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DiscoveredEndpointDescription
public DiscoveredEndpointDescription(Namespace discoveryLocatorNamespace,
IServiceID serviceID,
EndpointDescription endpointDescription)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
getDiscoveryLocatorNamespace
public Namespace getDiscoveryLocatorNamespace()
getServiceID
public IServiceID getServiceID()
getEndpointDescription
public EndpointDescription getEndpointDescription()