org.eclipse.ecf.osgi.services.remoteserviceadmin
Class DiscoveredEndpointDescription

java.lang.Object
  extended by 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

Constructor Summary
DiscoveredEndpointDescription(Namespace discoveryLocatorNamespace, IServiceID serviceID, EndpointDescription endpointDescription)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 Namespace getDiscoveryLocatorNamespace()
           
 EndpointDescription getEndpointDescription()
           
 IServiceID getServiceID()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveredEndpointDescription

public DiscoveredEndpointDescription(Namespace discoveryLocatorNamespace,
                                     IServiceID serviceID,
                                     EndpointDescription endpointDescription)
Method Detail

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()