Uses of Class
com.aspectran.core.service.AbstractCoreService
-
Packages that use AbstractCoreService Package Description com.aspectran.core.context.builder com.aspectran.core.service A Package for providing core components and configuring an execution environment.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.service com.aspectran.web.service Contains a variant of the service interface for web application. -
-
Uses of AbstractCoreService in com.aspectran.core.context.builder
Constructors in com.aspectran.core.context.builder with parameters of type AbstractCoreService Constructor Description HybridActivityContextBuilder(AbstractCoreService coreService) -
Uses of AbstractCoreService in com.aspectran.core.service
Subclasses of AbstractCoreService in com.aspectran.core.service Modifier and Type Class Description classAspectranCoreServiceThe Class AspectranCoreService. -
Uses of AbstractCoreService in com.aspectran.daemon.service
Subclasses of AbstractCoreService in com.aspectran.daemon.service Modifier and Type Class Description classAbstractDaemonServiceAbstract base class forDaemonServiceimplementations.classDefaultDaemonServiceThe Class DefaultDaemonService. -
Uses of AbstractCoreService in com.aspectran.embed.service
Subclasses of AbstractCoreService in com.aspectran.embed.service Modifier and Type Class Description classAbstractEmbeddedAspectranProvides an interface that can be used by embedding Aspectran in Java applications.classDefaultEmbeddedAspectranProvides an interface that can be used by embedding Aspectran in Java applications. -
Uses of AbstractCoreService in com.aspectran.shell.service
Subclasses of AbstractCoreService in com.aspectran.shell.service Modifier and Type Class Description classAbstractShellServiceAbstract base class forShellServiceimplementations.classDefaultShellServiceProvides an interactive shell that lets you use or control Aspectran directly from the command line. -
Uses of AbstractCoreService in com.aspectran.undertow.service
Subclasses of AbstractCoreService in com.aspectran.undertow.service Modifier and Type Class Description classAbstractTowServiceAbstract base class forTowServiceimplementations.classDefaultTowServiceCreated: 2019-07-27 -
Uses of AbstractCoreService in com.aspectran.web.service
Subclasses of AbstractCoreService in com.aspectran.web.service Modifier and Type Class Description classDefaultWebServiceProvides overall functionality for building web applications within a web application container.
-