Class ContainerLoader

  • All Implemented Interfaces:
    StartupLoader

    public class ContainerLoader
    extends java.lang.Object
    implements StartupLoader
    An object that loads containers (background processes).

    Normally, instances of this class are created by OFBiz startup code, and client code should not create instances of this class. Client code is responsible for making sure containers are shut down properly.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void load​(Config config, java.util.List<StartupCommand> ofbizCommands)
      Start a startup class.
      void unload()
      Stop the startup class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait