Uses of Class
com.aspectran.core.service.DefaultCoreService
Packages that use DefaultCoreService
Package
Description
Contains a variant of the service interface for Aspectran Daemon.
Contains a variant of the service interface for embedded Aspectran.
Contains a variant of the service interface for command-line application.
Contains a variant of the service interface for web application.
-
Uses of DefaultCoreService in com.aspectran.daemon.service
Subclasses of DefaultCoreService in com.aspectran.daemon.serviceModifier and TypeClassDescriptionclass
Abstract base class forDaemonService
implementations.class
The Class DefaultDaemonService. -
Uses of DefaultCoreService in com.aspectran.embed.service
Subclasses of DefaultCoreService in com.aspectran.embed.serviceModifier and TypeClassDescriptionclass
Provides an interface that can be used by embedding Aspectran in Java applications.class
Provides an interface that can be used by embedding Aspectran in Java applications. -
Uses of DefaultCoreService in com.aspectran.shell.service
Subclasses of DefaultCoreService in com.aspectran.shell.serviceModifier and TypeClassDescriptionclass
Abstract base class forShellService
implementations.class
Provides an interactive shell that lets you use or control Aspectran directly from the command line. -
Uses of DefaultCoreService in com.aspectran.undertow.service
Subclasses of DefaultCoreService in com.aspectran.undertow.serviceModifier and TypeClassDescriptionclass
Abstract base class forTowService
implementations.class
Created: 2019-07-27 -
Uses of DefaultCoreService in com.aspectran.web.service
Subclasses of DefaultCoreService in com.aspectran.web.serviceModifier and TypeClassDescriptionclass
class
Provides overall functionality for building web applications within a web application container.