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.scheduler.service Contains a variant of the service interface for Aspectran Scheduler. -
-
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 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 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.scheduler.service
Subinterfaces of ServiceController in com.aspectran.scheduler.service Modifier and Type Interface Description interfaceSchedulerServiceThe Interface SchedulerService.Classes in com.aspectran.scheduler.service that implement ServiceController Modifier and Type Class Description classQuartzSchedulerServiceThe Class QuartzSchedulerService.
-