Uses of Interface
com.kosdev.kos.core.service.criticaldata.CriticalDataSource
Packages that use CriticalDataSource
-
Uses of CriticalDataSource in com.kosdev.kos.core.service.criticaldata
Methods in com.kosdev.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.kosdev.kos.core.service.criticaldata with parameters of type CriticalDataSourceModifier and TypeMethodDescriptionvoidCriticalDataService.addSource(CriticalDataSource source) Add a new source to the service with the default weight for the source.voidCriticalDataService.addSource(CriticalDataSource source, Double weight) Add a new source to the service with the specified weight.voidCriticalDataService.ready(CriticalDataSource source) Called when aCriticalDataSourcebecomes ready for use.voidCriticalDataService.removeSource(CriticalDataSource source) Remove a source from the service.