Package ome.services.util
Class ReadOnlyConfigInit
- java.lang.Object
-
- ome.services.util.ReadOnlyConfigInit
-
public class ReadOnlyConfigInit extends java.lang.Object
Propagate the server's read-only status into corresponding keys in the configuration service. This makes the server's runtime state available for query by clients.- Since:
- 5.4.6
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyConfigInit(ome.api.IConfig iConfig, ReadOnlyStatus readOnly)
Set read-only status in the current configuration.
-
-
-
Constructor Detail
-
ReadOnlyConfigInit
public ReadOnlyConfigInit(ome.api.IConfig iConfig, ReadOnlyStatus readOnly)
Set read-only status in the current configuration.- Parameters:
iConfig
- the configuration servicereadOnly
- the read-only status
-
-