Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NomadCommandSystem
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Instrument Control
NomadCommandSystem
Commits
bb8efd4c
Commit
bb8efd4c
authored
4 months ago
by
helene ortiz
Browse files
Options
Downloads
Patches
Plain Diff
method getSpyPeriod
parent
706137d8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/fr/ill/ics/bridge/survey/SurveyProxyWrapper.java
+5
-0
5 additions, 0 deletions
...ain/java/fr/ill/ics/bridge/survey/SurveyProxyWrapper.java
with
5 additions
and
0 deletions
src/main/java/fr/ill/ics/bridge/survey/SurveyProxyWrapper.java
+
5
−
0
View file @
bb8efd4c
...
...
@@ -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
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment