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.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.scheduler.service Contains a variant of the service interface for Aspectran Scheduler.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 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 ActivityContextReloadingTimer(ServiceController serviceController)
ActivityContextReloadingTimerTask(ServiceController serviceController)
-
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)
-
Uses of ServiceController in com.aspectran.daemon.service
Classes in com.aspectran.daemon.service that implement ServiceController Modifier and Type Class Description class
AspectranDaemonService
The Class AspectranDaemonService. -
Uses of ServiceController in com.aspectran.embed.service
Classes in com.aspectran.embed.service that implement ServiceController Modifier and Type Class Description class
DefaultEmbeddedAspectran
Provides an interface that can be used by embedding Aspectran in Java applications. -
Uses of ServiceController in com.aspectran.scheduler.service
Subinterfaces of ServiceController in com.aspectran.scheduler.service Modifier and Type Interface Description interface
SchedulerService
The Interface SchedulerService.Classes in com.aspectran.scheduler.service that implement ServiceController Modifier and Type Class Description class
QuartzSchedulerService
The Class QuartzSchedulerService. -
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
AspectranShellService
Provides an interactive shell that lets you use or control Aspectran directly from the command line. -
Uses of ServiceController in com.aspectran.web.service
Classes in com.aspectran.web.service that implement ServiceController Modifier and Type Class Description class
AspectranWebService
Provides overall functionality for building web applications within a web application container.
-