Class SimpleDaemon

  • All Implemented Interfaces:
    Daemon

    public class SimpleDaemon
    extends AbstractDaemon
    SimpleDaemon does not run Aspectran Service internally, so only shell commands are available.

    Created: 2019. 01. 22.

    Since:
    6.0.0
    • Constructor Detail

      • SimpleDaemon

        public SimpleDaemon​(java.lang.String basePath)
    • Method Detail

      • init

        public void init​(DaemonConfig daemonConfig)
                  throws java.lang.Exception
        Overrides:
        init in class AbstractDaemon
        Throws:
        java.lang.Exception
      • start

        public void start()
                   throws java.lang.Exception
        Overrides:
        start in class AbstractDaemon
        Throws:
        java.lang.Exception
      • start

        public void start​(boolean wait)
                   throws java.lang.Exception
        Overrides:
        start in class AbstractDaemon
        Throws:
        java.lang.Exception
      • start

        public void start​(long wait)
                   throws java.lang.Exception
        Overrides:
        start in class AbstractDaemon
        Throws:
        java.lang.Exception