Uses of Interface
com.tccc.kos.core.service.criticaldata.CriticalDataSource
Packages that use CriticalDataSource
-
Uses of CriticalDataSource in com.tccc.kos.core.service.criticaldata
Methods in com.tccc.kos.core.service.criticaldata that return CriticalDataSourceModifier and TypeMethodDescriptionCriticalDataService.addInternalSource
(double weight) Add the local host as a critical data source.CriticalDataService.addInternalSource
(int maxLength, double weight) Add the local host as a critical data source.Methods in com.tccc.kos.core.service.criticaldata with parameters of type CriticalDataSourceModifier and TypeMethodDescriptionvoid
CriticalDataService.addSource
(CriticalDataSource source) Add a new source to the service with the default weight for the source.void
CriticalDataService.addSource
(CriticalDataSource source, Double weight) Add a new source to the service with the specified weight.void
CriticalDataService.ready
(CriticalDataSource source) Called when aCriticalDataSource
becomes ready for use.void
CriticalDataService.removeSource
(CriticalDataSource source) Remove a source from the service.