Uses of Class
com.tccc.kos.core.service.criticaldata.CriticalDataException
Packages that use CriticalDataException
-
Uses of CriticalDataException in com.tccc.kos.core.service.criticaldata
Subclasses of CriticalDataException in com.tccc.kos.core.service.criticaldataModifier and TypeClassDescriptionclass
Exception indicating that critical data is not yet available.Methods in com.tccc.kos.core.service.criticaldata that throw CriticalDataExceptionModifier and TypeMethodDescription<T> T
CriticalDataService.getCriticalData
(String name, Class<T> clazz) Return the named critical data as an instance of the specified class.void
CriticalDataService.setAllCriticalData
(JsonNode json) Set all of critical data with the specified json data.void
CriticalDataService.setCriticalData
(String name, Object data, Class<?> view) Set the new critical data and write back to all the sources.