Uses of Class
com.aspectran.core.context.config.DaemonConfig
-
Packages that use DaemonConfig Package Description com.aspectran.core.context.config com.aspectran.daemon Provides a daemon that runs Aspectran as a service in the background on Unix-based or Windows operating systems. -
-
Uses of DaemonConfig in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config that return DaemonConfig Modifier and Type Method Description DaemonConfig
AspectranConfig. getDaemonConfig()
DaemonConfig
AspectranConfig. newDaemonConfig()
DaemonConfig
AspectranConfig. touchDaemonConfig()
Methods in com.aspectran.core.context.config with parameters of type DaemonConfig Modifier and Type Method Description void
AspectranConfig. putDaemonConfig(DaemonConfig daemonConfig)
-
Uses of DaemonConfig in com.aspectran.daemon
Methods in com.aspectran.daemon with parameters of type DaemonConfig Modifier and Type Method Description protected void
AbstractDaemon. init(DaemonConfig daemonConfig)
void
SimpleDaemon. init(DaemonConfig daemonConfig)
-