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 aIDiscoveredEndpointDescriptionFactory.- See Also:
- IDiscoveredEndpointDescriptionFactory
 
- 
- 
Constructor SummaryConstructors Constructor Description DiscoveredEndpointDescription(Namespace discoveryLocatorNamespace, IServiceID serviceID, EndpointDescription endpointDescription)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)NamespacegetDiscoveryLocatorNamespace()EndpointDescriptiongetEndpointDescription()IServiceIDgetServiceID()inthashCode()
 
- 
- 
- 
Constructor Detail- 
DiscoveredEndpointDescriptionpublic DiscoveredEndpointDescription(Namespace discoveryLocatorNamespace, IServiceID serviceID, EndpointDescription endpointDescription) 
 
- 
 - 
Method Detail- 
getDiscoveryLocatorNamespacepublic Namespace getDiscoveryLocatorNamespace() 
 - 
getServiceIDpublic IServiceID getServiceID() 
 - 
getEndpointDescriptionpublic EndpointDescription getEndpointDescription() 
 
- 
 
-