summaryrefslogtreecommitdiff
path: root/js/src/Ice/ObjectAdapterI.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/Ice/ObjectAdapterI.js')
-rw-r--r--js/src/Ice/ObjectAdapterI.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/js/src/Ice/ObjectAdapterI.js b/js/src/Ice/ObjectAdapterI.js
index 1af76bef4e8..e7c5c136b02 100644
--- a/js/src/Ice/ObjectAdapterI.js
+++ b/js/src/Ice/ObjectAdapterI.js
@@ -445,19 +445,24 @@ class ObjectAdapterI
throw new Ice.FeatureNotSupportedException("setLocator not supported");
}
+ getEndpoints()
+ {
+ return [];
+ }
+
refreshPublishedEndpoints()
{
throw new Ice.FeatureNotSupportedException("refreshPublishedEndpoints not supported");
}
- getEndpoints()
+ getPublishedEndpoints()
{
return [];
}
- getPublishedEndpoints()
+ setPublishedEndpoints(newEndpoints)
{
- return [];
+ throw new Ice.FeatureNotSupportedException("setPublishedEndpoints not supported");
}
getServantManager()