Uses of Interface
com.aspectran.core.service.CoreService
-
Packages that use CoreService Package Description com.aspectran.core.context A Package for providing core components and configuring an execution environment.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 CoreService in com.aspectran.core.context
Methods in com.aspectran.core.context that return CoreService Modifier and Type Method Description CoreServiceActivityContext. getRootService()Returns the Aspectran Service that created the current ActivityContext.CoreServiceAspectranActivityContext. getRootService()Methods in com.aspectran.core.context with parameters of type CoreService Modifier and Type Method Description voidActivityContext. setRootService(CoreService rootService)Sets the Aspectran Service that created the current ActivityContext.voidAspectranActivityContext. setRootService(CoreService rootService) -
Uses of CoreService in com.aspectran.core.service
Classes in com.aspectran.core.service that implement CoreService Modifier and Type Class Description classAbstractCoreServiceThe Class AbstractCoreService.classAspectranCoreServiceThe Class AspectranCoreService.Methods in com.aspectran.core.service with parameters of type CoreService Modifier and Type Method Description voidAbstractCoreService. joinDerivedService(CoreService coreService)voidCoreService. joinDerivedService(CoreService coreService)Add a derived core service.voidAbstractCoreService. withdrawDerivedService(CoreService coreService)voidCoreService. withdrawDerivedService(CoreService coreService)Constructors in com.aspectran.core.service with parameters of type CoreService Constructor Description AbstractCoreService(CoreService rootService)AspectranCoreService(CoreService rootService) -
Uses of CoreService in com.aspectran.scheduler.service
Constructors in com.aspectran.scheduler.service with parameters of type CoreService Constructor Description QuartzSchedulerService(CoreService coreService)
-