Uses of Interface
com.aspectran.core.service.ServiceController
-
Packages that use ServiceController Package Description com.aspectran.core.context.builder com.aspectran.core.context.builder.reload 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 ServiceController in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ServiceController Modifier and Type Method Description ServiceController
AbstractActivityContextBuilder. getServiceController()
ServiceController
ActivityContextBuilder. getServiceController()
Methods in com.aspectran.core.context.builder with parameters of type ServiceController Modifier and Type Method Description void
AbstractActivityContextBuilder. setServiceController(ServiceController serviceController)
void
ActivityContextBuilder. setServiceController(ServiceController serviceController)
-
Uses of ServiceController in com.aspectran.core.context.builder.reload
Constructors in com.aspectran.core.context.builder.reload with parameters of type ServiceController Constructor Description ActivityContextReloader(ServiceController serviceController)
ActivityContextReloadTask(ServiceController serviceController)
-
Uses of ServiceController in com.aspectran.core.scheduler.service
Subinterfaces of ServiceController in com.aspectran.core.scheduler.service Modifier and Type Interface Description interface
SchedulerService
The Interface SchedulerService.Classes in com.aspectran.core.scheduler.service that implement ServiceController Modifier and Type Class Description class
QuartzSchedulerService
The Class QuartzSchedulerService. -
Uses of ServiceController in com.aspectran.core.service
Classes in com.aspectran.core.service that implement ServiceController Modifier and Type Class Description class
AbstractCoreService
The Class AbstractCoreService.class
AbstractServiceController
The Class AbstractServiceController.class
AspectranCoreService
The Class AspectranCoreService.Methods in com.aspectran.core.service that return ServiceController Modifier and Type Method Description ServiceController
AbstractCoreService. getServiceController()
ServiceController
CoreService. getServiceController()
Returns the service controller for this service.Methods in com.aspectran.core.service with parameters of type ServiceController Modifier and Type Method Description protected void
AbstractServiceController. joinDerivedService(ServiceController serviceController)
protected void
AbstractServiceController. withdrawDerivedService(ServiceController serviceController)
-
Uses of ServiceController in com.aspectran.daemon.service
Classes in com.aspectran.daemon.service that implement ServiceController Modifier and Type Class Description class
AbstractDaemonService
Abstract base class forDaemonService
implementations.class
DefaultDaemonService
The Class DefaultDaemonService. -
Uses of ServiceController in com.aspectran.embed.service
Classes in com.aspectran.embed.service that implement ServiceController 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 ServiceController in com.aspectran.shell.service
Classes in com.aspectran.shell.service that implement ServiceController 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 ServiceController in com.aspectran.undertow.service
Classes in com.aspectran.undertow.service that implement ServiceController Modifier and Type Class Description class
AbstractTowService
Abstract base class forTowService
implementations.class
DefaultTowService
Created: 2019-07-27 -
Uses of ServiceController in com.aspectran.web.service
Classes in com.aspectran.web.service that implement ServiceController Modifier and Type Class Description class
DefaultWebService
Provides overall functionality for building web applications within a web application container.
-