Class ServiceUtils
java.lang.Object
org.apache.zookeeper.util.ServiceUtils
Utilities for service management.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrequestSystemExit(int code) Force shutdown of the JVM using System.exit.static voidsetSystemExitProcedure(Consumer<Integer> systemExitProcedure) Override system callback.
-
Field Details
-
SYSTEM_EXIT
-
LOG_ONLY
-
-
Method Details
-
setSystemExitProcedure
-
requestSystemExit
public static void requestSystemExit(int code) Force shutdown of the JVM using System.exit.- Parameters:
code- the exit code- See Also:
-