Uses of Class
org.epics.archiverappliance.config.exception.AlreadyRegisteredException
Packages that use AlreadyRegisteredException
-
Uses of AlreadyRegisteredException in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config that throw AlreadyRegisteredExceptionModifier and TypeMethodDescriptiondefault voidConfigService.registerPVToAppliance(String pvName, ApplianceInfo applianceInfo) voidConfigService.registerPVToAppliance(String pvName, ApplianceInfo applianceInfo, PVRegistrationType registrationType) Make changes in the config service to register this PV to an appliancevoidConfigServiceForTests.registerPVToAppliance(String pvName, ApplianceInfo applianceInfo, PVRegistrationType registrationType) Register the pv to the appliance Note this restarts any ETL JOBs in unit tests, so you'll need to call manualControlForUnitTests(); again if they should be stopped.voidDefaultConfigService.registerPVToAppliance(String pvName, ApplianceInfo applianceInfo, PVRegistrationType registrationType)