Class Start


  • public class Start
    extends Object
    Start provides functions which configure and start up Mireka.
    • Constructor Summary

      Constructors 
      Constructor Description
      Start()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(String[] args)
      Runs the configuration scripts and calls the PostConstruct methods of the configured objects.
      • Methods inherited from class java.lang.Object

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

      • Start

        public Start()
    • Method Detail

      • main

        public static void main​(String[] args)
        Runs the configuration scripts and calls the PostConstruct methods of the configured objects. It also registers a shutdown hook, which will be called by the JRE on system exit, and in turn the shutdown hook will call Stop.shutdown().
        Parameters:
        args - unused