Uses of Class
com.aspectran.core.service.AbstractServiceController
-
Packages that use AbstractServiceController Package Description com.aspectran.core.scheduler.service Contains a variant of the service interface for Aspectran Scheduler.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 AbstractServiceController in com.aspectran.core.scheduler.service
Subclasses of AbstractServiceController in com.aspectran.core.scheduler.service Modifier and Type Class Description class
QuartzSchedulerService
The Class QuartzSchedulerService. -
Uses of AbstractServiceController in com.aspectran.core.service
Subclasses of AbstractServiceController in com.aspectran.core.service Modifier and Type Class Description class
AbstractCoreService
The Class AbstractCoreService.class
AspectranCoreService
The Class AspectranCoreService. -
Uses of AbstractServiceController in com.aspectran.daemon.service
Subclasses of AbstractServiceController in com.aspectran.daemon.service Modifier and Type Class Description class
AbstractDaemonService
Abstract base class forDaemonService
implementations.class
DefaultDaemonService
The Class DefaultDaemonService. -
Uses of AbstractServiceController in com.aspectran.embed.service
Subclasses of AbstractServiceController in com.aspectran.embed.service Modifier and Type Class Description class
AbstractEmbeddedAspectran
Provides an interface that can be used by embedding Aspectran in Java applications.class
DefaultEmbeddedAspectran
Provides an interface that can be used by embedding Aspectran in Java applications. -
Uses of AbstractServiceController in com.aspectran.shell.service
Subclasses of AbstractServiceController in com.aspectran.shell.service Modifier and Type Class Description class
AbstractShellService
Abstract base class forShellService
implementations.class
DefaultShellService
Provides an interactive shell that lets you use or control Aspectran directly from the command line. -
Uses of AbstractServiceController in com.aspectran.undertow.service
Subclasses of AbstractServiceController in com.aspectran.undertow.service Modifier and Type Class Description class
AbstractTowService
Abstract base class forTowService
implementations.class
DefaultTowService
Created: 2019-07-27 -
Uses of AbstractServiceController in com.aspectran.web.service
Subclasses of AbstractServiceController in com.aspectran.web.service Modifier and Type Class Description class
DefaultWebService
Provides overall functionality for building web applications within a web application container.
-