Uses of Class
com.aspectran.core.service.AspectranCoreService
-
Packages that use AspectranCoreService Package Description 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.web.service Contains a variant of the service interface for web application. -
-
Uses of AspectranCoreService in com.aspectran.daemon.service
Subclasses of AspectranCoreService in com.aspectran.daemon.service Modifier and Type Class Description class
AspectranDaemonService
The Class AspectranDaemonService. -
Uses of AspectranCoreService in com.aspectran.embed.service
Subclasses of AspectranCoreService in com.aspectran.embed.service Modifier and Type Class Description class
DefaultEmbeddedAspectran
Provides an interface that can be used by embedding Aspectran in Java applications. -
Uses of AspectranCoreService in com.aspectran.shell.service
Subclasses of AspectranCoreService in com.aspectran.shell.service Modifier and Type Class Description class
AbstractShellService
Abstract base class forShellService
implementations.class
AspectranShellService
Provides an interactive shell that lets you use or control Aspectran directly from the command line. -
Uses of AspectranCoreService in com.aspectran.web.service
Subclasses of AspectranCoreService in com.aspectran.web.service Modifier and Type Class Description class
AspectranWebService
Provides overall functionality for building web applications within a web application container.
-