public interface Names extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getActiveNames()
Returns a set of all active names
|
Map<String,org.openepics.names.jaxb.DeviceNameElement> |
getAllNames()
Returns a map of all names
|
String |
getNameByUuid(String uuid)
Returns a name with the given uuid.
|
NameStatus |
getNameStatus(String name)
Returns the status of the name.
|
String |
getUuidByName(String name)
Returns a uuid of the name.
|
boolean |
isError() |
void |
refresh()
Refreshes the names, for example by clearing cache and reloading
|
boolean isError()
true if there was an error constructing a list of names, false otherwisevoid refresh()
Map<String,org.openepics.names.jaxb.DeviceNameElement> getAllNames()
Set<String> getActiveNames()
NameStatus getNameStatus(String name)
name - the nameString getNameByUuid(String uuid)
uuid - uuid of the nameCopyright © 2025 European Spallation Source. All rights reserved.