Package mireka.startup
Class Stop
- Object
-
- mireka.startup.Stop
-
public class Stop extends ObjectStop 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 voidmain(String[] args)Exits the Mireka process.static voidshutdown()Calls thePreDestroymethod of the configured objects.
-
-
-
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 thePreDestroymethod of the configured objects.
-
-