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.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 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.CoreServiceDefaultActivityContext. 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.voidDefaultActivityContext. setRootService(CoreService rootService) -
Uses of CoreService in com.aspectran.core.scheduler.service
Constructors in com.aspectran.core.scheduler.service with parameters of type CoreService Constructor Description QuartzSchedulerService(CoreService coreService) -
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.daemon.service
Subinterfaces of CoreService in com.aspectran.daemon.service Modifier and Type Interface Description interfaceDaemonServiceThe Interface DaemonService.Classes in com.aspectran.daemon.service that implement CoreService Modifier and Type Class Description classAbstractDaemonServiceAbstract base class forDaemonServiceimplementations.classDefaultDaemonServiceThe Class DefaultDaemonService. -
Uses of CoreService in com.aspectran.embed.service
Classes in com.aspectran.embed.service that implement CoreService 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 CoreService in com.aspectran.shell.service
Subinterfaces of CoreService in com.aspectran.shell.service Modifier and Type Interface Description interfaceShellServiceThe Interface ShellService.Classes in com.aspectran.shell.service that implement CoreService 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 CoreService in com.aspectran.undertow.service
Subinterfaces of CoreService in com.aspectran.undertow.service Modifier and Type Interface Description interfaceTowServiceCreated: 2019-07-27Classes in com.aspectran.undertow.service that implement CoreService Modifier and Type Class Description classAbstractTowServiceAbstract base class forTowServiceimplementations.classDefaultTowServiceCreated: 2019-07-27Methods in com.aspectran.undertow.service with parameters of type CoreService Modifier and Type Method Description static DefaultTowServiceDefaultTowService. create(CoreService rootService)Returns a new instance ofDefaultTowService.Constructors in com.aspectran.undertow.service with parameters of type CoreService Constructor Description AbstractTowService(CoreService rootService)DefaultTowService(CoreService rootService) -
Uses of CoreService in com.aspectran.web.service
Subinterfaces of CoreService in com.aspectran.web.service Modifier and Type Interface Description interfaceWebServiceThe Interface WebService.Classes in com.aspectran.web.service that implement CoreService Modifier and Type Class Description classDefaultWebServiceProvides overall functionality for building web applications within a web application container.Methods in com.aspectran.web.service with parameters of type CoreService Modifier and Type Method Description static DefaultWebServiceDefaultWebService. create(javax.servlet.ServletContext servletContext, CoreService rootService)Returns a new instance ofDefaultWebService.
-