Uses of Interface
com.aspectran.daemon.Daemon
-
Packages that use Daemon Package Description com.aspectran.daemon Package required to build applications that run as background processes on Unix-based or Windows operating systems.com.aspectran.daemon.command com.aspectran.daemon.command.file -
-
Uses of Daemon in com.aspectran.daemon
Classes in com.aspectran.daemon that implement Daemon Modifier and Type Class Description classAbstractDaemonThe Abstract Daemon.classDefaultDaemonStart and Stop Aspectran Daemon in standalone mode.classSimpleDaemonSimpleDaemon does not run Aspectran Service internally, so only shell commands are available. -
Uses of Daemon in com.aspectran.daemon.command
Methods in com.aspectran.daemon.command that return Daemon Modifier and Type Method Description DaemonCommandRegistry. getDaemon()DaemonDaemonCommandRegistry. getDaemon()Constructors in com.aspectran.daemon.command with parameters of type Daemon Constructor Description CommandExecutor(Daemon daemon, int maxThreads)DaemonCommandRegistry(Daemon daemon) -
Uses of Daemon in com.aspectran.daemon.command.file
Methods in com.aspectran.daemon.command.file that return Daemon Modifier and Type Method Description DaemonAbstractCommandFilePoller. getDaemon()DaemonCommandFilePoller. getDaemon()Constructors in com.aspectran.daemon.command.file with parameters of type Daemon Constructor Description AbstractCommandFilePoller(Daemon daemon, DaemonPollerConfig pollerConfig)DefaultCommandFilePoller(Daemon daemon, DaemonPollerConfig pollerConfig)
-