Class ServicesManager

    • Constructor Detail

      • ServicesManager

        public ServicesManager()
    • Method Detail

      • setServicesManagerLocator

        public static void setServicesManagerLocator​(ServicesManagerLocator locator)
      • init

        public void init​(Properties props)
        Init doesn't actually load the service impls, which are still loaded lazily. What it does is it hardens the config. This is necessary since the batch runtime by and large is not dynamically configurable, (e.g. via MBeans). Things like the database config used by the batch runtime's persistent store are hardened then, as are the names of the service impls to use.
      • close

        public void close()