Uses of Class
com.aspectran.core.context.config.AspectranConfig
-
Packages that use AspectranConfig Package Description com.aspectran.core.service A Package for providing core components and configuring an execution environment.com.aspectran.daemon Package required to build applications that run as background processes on Unix-based or Windows operating systems.com.aspectran.daemon.service Contains a variant of the service interface for Aspectran Daemon.com.aspectran.embed.service Contains a variant of the service interface for embedded Aspectran.com.aspectran.shell.service Contains a variant of the service interface for command-line application.com.aspectran.undertow.server.http com.aspectran.undertow.service -
-
Uses of AspectranConfig in com.aspectran.core.service
Methods in com.aspectran.core.service that return AspectranConfig Modifier and Type Method Description AspectranConfigAbstractCoreService. getAspectranConfig()AspectranConfigCoreService. getAspectranConfig()Returns the Aspectran configuration parameters used to generate the AspectranService.Methods in com.aspectran.core.service with parameters of type AspectranConfig Modifier and Type Method Description protected voidAbstractCoreService. prepare(AspectranConfig aspectranConfig) -
Uses of AspectranConfig in com.aspectran.daemon
Methods in com.aspectran.daemon with parameters of type AspectranConfig Modifier and Type Method Description protected voidAbstractDaemon. init(AspectranConfig aspectranConfig) -
Uses of AspectranConfig in com.aspectran.daemon.service
Methods in com.aspectran.daemon.service with parameters of type AspectranConfig Modifier and Type Method Description static DefaultDaemonServiceDefaultDaemonService. create(AspectranConfig aspectranConfig)Returns a new instance ofDefaultDaemonService. -
Uses of AspectranConfig in com.aspectran.embed.service
Methods in com.aspectran.embed.service with parameters of type AspectranConfig Modifier and Type Method Description static EmbeddedAspectranEmbeddedAspectran. run(AspectranConfig aspectranConfig)Creates and starts a newDefaultEmbeddedAspectran. -
Uses of AspectranConfig in com.aspectran.shell.service
Methods in com.aspectran.shell.service with parameters of type AspectranConfig Modifier and Type Method Description static DefaultShellServiceDefaultShellService. create(AspectranConfig aspectranConfig, Console console)Returns a new instance ofDefaultShellService. -
Uses of AspectranConfig in com.aspectran.undertow.server.http
Methods in com.aspectran.undertow.server.http with parameters of type AspectranConfig Modifier and Type Method Description voidHttpHybridHandlerFactory. setAspectranConfig(AspectranConfig aspectranConfig) -
Uses of AspectranConfig in com.aspectran.undertow.service
Methods in com.aspectran.undertow.service with parameters of type AspectranConfig Modifier and Type Method Description static DefaultTowServiceDefaultTowService. create(AspectranConfig aspectranConfig)Returns a new instance ofDefaultTowService.
-