Class JCAConfigGen

java.lang.Object
org.epics.archiverappliance.engine.epics.JCAConfigGen

public class JCAConfigGen extends Object
Read the system environment and generate a JCA config stream As of today, this seems to be a more visible way to configure JCA for this project than hidden files or other schemes We'll see how this stands the test of time.
Author:
mshankar
  • Constructor Details

    • JCAConfigGen

      public JCAConfigGen()
  • Method Details

    • generateJCAConfig

      public static ByteArrayInputStream generateJCAConfig(ConfigService configService) throws ConfigException
      Use environment vars to generate a JCA config that can be handed off to a JCA DefaultConfigurationBuilder
      Parameters:
      configService - ConfigService
      Returns:
      ByteArrayInputStream  
      Throws:
      ConfigException -