Class JHostConfig


  • public class JHostConfig
    extends java.lang.Object
    Helper instance for Java to start HostConfig app
    • Constructor Summary

      Constructors 
      Constructor Description
      JHostConfig()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void start​(java.lang.String name, Subsystem subsystem, java.lang.String[] args)
      Utility for starting multiple Containers on a single host machine
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JHostConfig

        public JHostConfig()
    • Method Detail

      • start

        public static void start​(java.lang.String name,
                                 Subsystem subsystem,
                                 java.lang.String[] args)
        Utility for starting multiple Containers on a single host machine

        Parameters:
        name - the name to be used for the main app which uses this utility
        args - the command line args accepted in the main app which uses this utility
        subsystem - (undocumented)