Class EcsFactory

java.lang.Object
de.iip_ecosphere.platform.ecsRuntime.EcsFactory

public class EcsFactory extends Object
Provides access to the ECS instances.
Author:
Holger Eichelberger, SSE
  • Field Details

    • LOGGER

      private static final de.iip_ecosphere.platform.support.logging.Logger LOGGER
    • desc

      private static EcsFactoryDescriptor desc
    • manager

      private static ContainerManager manager
    • conf

      private static EcsSetup conf
  • Constructor Details

    • EcsFactory

      public EcsFactory()
  • Method Details

    • init

      private static void init()
      Initializes this factory.
    • getContainerManager

      public static ContainerManager getContainerManager()
      Returns the service manager.
      Returns:
      the service manager (may be null if there is intentionally no container manager)
    • getSetup

      public static EcsSetup getSetup()
      Returns the actual setup instance for the implementing container manager.
      Returns:
      the setup instance