Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'compendium/bundles/org.eclipse.ecf.osgi.services.discovery/src/org/eclipse/ecf/osgi/services/discovery/IServiceEndpointDescription.java')
-rw-r--r--compendium/bundles/org.eclipse.ecf.osgi.services.discovery/src/org/eclipse/ecf/osgi/services/discovery/IServiceEndpointDescription.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/src/org/eclipse/ecf/osgi/services/discovery/IServiceEndpointDescription.java b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/src/org/eclipse/ecf/osgi/services/discovery/IServiceEndpointDescription.java
index 71ca1cdef..df0e8e676 100644
--- a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/src/org/eclipse/ecf/osgi/services/discovery/IServiceEndpointDescription.java
+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/src/org/eclipse/ecf/osgi/services/discovery/IServiceEndpointDescription.java
@@ -36,7 +36,7 @@ public interface IServiceEndpointDescription extends ServiceEndpointDescription
* @return ID that may be used by local IContainer to connect to remote
* target.
*/
- public ID getECFTargetID();
+ public ID getConnectTargetID();
/**
* Get the ECF remote services filter string. May return <code>null</code>.
@@ -44,7 +44,7 @@ public interface IServiceEndpointDescription extends ServiceEndpointDescription
* @return String that is to be used as the filter for the call to
* getRemoteServicesReferences(ID,interface,filter);
*/
- public String getECFRemoteServicesFilter();
+ public String getRemoteServicesFilter();
/**
* Set the properties for this endpoint description. This allows clients to

Back to the top