Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
97bd69c1
Commit
97bd69c1
authored
Jan 23, 2015
by
Cristina Cocho
Browse files
Added method to get list of spy properties in PropertyManager class
parent
da77cf86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fr/ill/ics/core/property/PropertyManager.java
View file @
97bd69c1
...
...
@@ -47,6 +47,7 @@ import fr.ill.ics.nscclient.servant.ClientServantDescriptor;
import
fr.ill.ics.nscclient.servant.CorbaServant
;
import
fr.ill.ics.nscclient.servant.DynamicPropertyDescriptor
;
import
fr.ill.ics.nscclient.servant.ResourceNotFoundException
;
import
fr.ill.ics.nscclient.servant.SpyPropertyDescriptor
;
import
fr.ill.ics.util.ConfigManager
;
import
fr.ill.ics.util.FileHelper
;
...
...
@@ -686,6 +687,11 @@ public class PropertyManager {
return
dynamicChildNames
;
}
public
Set
<
SpyPropertyDescriptor
>
getSpyListOfPropertyDescriptor
(
String
controllerName
)
{
int
servantId
=
ServantDatabase
.
getInstance
().
getServantId
(
controllerName
);
return
PropertyDatabase
.
getInstance
().
getSpyPropertyDescriptors
(
servantId
);
}
/**
*
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment