Class DaemonLoader


  • public final class DaemonLoader
    extends Object
    Used by jsvc for Daemon management.
    • Constructor Detail

      • DaemonLoader

        public DaemonLoader()
    • Method Detail

      • version

        public static void version()
      • check

        public static boolean check​(String cn)
      • signal

        public static boolean signal()
      • load

        public static boolean load​(String className,
                                   String[] args)
      • start

        public static boolean start()
      • stop

        public static boolean stop()
      • destroy

        public static boolean destroy()