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 ServiceControllerAbstractActivityContextBuilder. getServiceController()ServiceControllerActivityContextBuilder. getServiceController()Methods in com.aspectran.core.context.builder with parameters of type ServiceController Modifier and Type Method Description voidAbstractActivityContextBuilder. setServiceController(ServiceController serviceController)voidActivityContextBuilder. 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 interfaceSchedulerServiceThe Interface SchedulerService.Classes in com.aspectran.core.scheduler.service that implement ServiceController Modifier and Type Class Description classQuartzSchedulerServiceThe Class QuartzSchedulerService. -
Uses of ServiceController in com.aspectran.core.service
Classes in com.aspectran.core.service that implement ServiceController Modifier and Type Class Description classAbstractCoreServiceThe Class AbstractCoreService.classAbstractServiceControllerThe Class AbstractServiceController.classAspectranCoreServiceThe Class AspectranCoreService.Methods in com.aspectran.core.service that return ServiceController Modifier and Type Method Description ServiceControllerAbstractCoreService. getServiceController()ServiceControllerCoreService. 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 voidAbstractServiceController. joinDerivedService(ServiceController serviceController)protected voidAbstractServiceController. 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 classAbstractDaemonServiceAbstract base class forDaemonServiceimplementations.classDefaultDaemonServiceThe Class DefaultDaemonService. -
Uses of ServiceController in com.aspectran.embed.service
Classes in com.aspectran.embed.service that implement ServiceController 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 ServiceController in com.aspectran.shell.service
Classes in com.aspectran.shell.service that implement ServiceController 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 ServiceController in com.aspectran.undertow.service
Classes in com.aspectran.undertow.service that implement ServiceController Modifier and Type Class Description classAbstractTowServiceAbstract base class forTowServiceimplementations.classDefaultTowServiceCreated: 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 classDefaultWebServiceProvides overall functionality for building web applications within a web application container.
-