Uses of Class
org.epics.archiverappliance.config.exception.ConfigException
Packages that use ConfigException
Package
Description
-
Uses of ConfigException in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config that throw ConfigExceptionModifier and TypeMethodDescriptionvoidConfigService.initialize(javax.servlet.ServletContext sce) If you have a null constructor and need a ServletContext, implement this method.voidConfigServiceForTests.initialize(javax.servlet.ServletContext sce) voidConvertPVNameToKey.initialize(ConfigService configService) voidDefaultConfigService.initialize(javax.servlet.ServletContext sce) voidPVNameToKeyMapping.initialize(ConfigService configService) static HashMap<String, ApplianceInfo> AppliancesList.loadAppliancesXML(javax.servlet.ServletContext servletContext) Parses the appliances.xml file and loads the appliances into the specified appliancesListvoidConfigService.postStartup()This method is called after the mgmt WAR file has started up and set up the cluster and recovered data from persistence.voidDefaultConfigService.postStartup()Constructors in org.epics.archiverappliance.config that throw ConfigExceptionModifierConstructorDescriptionSpecial Constructor for Integration tests Do not use in unit tests.ConfigServiceForTests(int jcaCommandThreadCount) ConfigServiceForTests(File WebInfClassesFolder, int jcaCommandThreadCount) -
Uses of ConfigException in org.epics.archiverappliance.config.exception
Subclasses of ConfigException in org.epics.archiverappliance.config.exceptionModifier and TypeClassDescriptionclassThrown if a PV is already registered to another appliance -
Uses of ConfigException in org.epics.archiverappliance.config.persistence
Constructors in org.epics.archiverappliance.config.persistence that throw ConfigException -
Uses of ConfigException in org.epics.archiverappliance.engine.epics
Methods in org.epics.archiverappliance.engine.epics that throw ConfigExceptionModifier and TypeMethodDescriptionstatic ByteArrayInputStreamJCAConfigGen.generateJCAConfig(ConfigService configService) Use environment vars to generate a JCA config that can be handed off to a JCA DefaultConfigurationBuilder -
Uses of ConfigException in org.epics.archiverappliance.engine.pv
Constructors in org.epics.archiverappliance.engine.pv that throw ConfigExceptionModifierConstructorDescriptionEngineContext(ConfigService configService) This EngineContext should always be singletonJCACommandThread(int commandThreadId) Construct, but don't start the thread.