Class Stop


  • public class Stop
    extends Object
    Stop contains methods for stopping Mireka.
    • Constructor Summary

      Constructors 
      Constructor Description
      Stop()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(String[] args)
      Exits the Mireka process.
      static void shutdown()
      Calls the PreDestroy method of the configured objects.
      • Methods inherited from class java.lang.Object

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

      • Stop

        public Stop()
    • Method Detail

      • main

        public static void main​(String[] args)
        Exits the Mireka process. Some service wrappers require a main class which they can call on a service shutdown request.
        Parameters:
        args - not used
      • shutdown

        public static void shutdown()
        Calls the PreDestroy method of the configured objects.