Skip to content
Snippets Groups Projects
Commit bb8efd4c authored by helene ortiz's avatar helene ortiz
Browse files

method getSpyPeriod

parent 706137d8
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ package fr.ill.ics.bridge.survey;
import java.util.List;
import fr.ill.ics.nscclient.dataprovider.ServantManagerAccessor;
import fr.ill.ics.nscclient.survey.SurveyAccessor;
import fr.ill.ics.nscclient.survey.SurveyAccessor.PropertyResponse;
......@@ -66,6 +67,10 @@ public class SurveyProxyWrapper {
public synchronized boolean setActiveWriteTime(String controllerName, String propertyName, int index, int seconds) {
return SurveyAccessor.getInstance(serverId).setActiveWriteTime(controllerName, propertyName, index, seconds);
}
public synchronized int getSpyPeriod() {
return ServantManagerAccessor.getInstance(serverId).getSpyPeriod();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment