Uses of Interface
com.aspectran.core.service.CoreService
Packages that use CoreService
Package
Description
A Package for providing core components and configuring an execution environment.
Contains a variant of the service interface for Aspectran Scheduler.
A Package for providing core components and configuring an execution environment.
Contains a variant of the service interface for Aspectran Daemon.
Contains a variant of the service interface for embedded Aspectran.
Contains a variant of the service interface for command-line application.
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 CoreServiceModifier and TypeMethodDescriptionActivityContext.getMasterService()
Returns the first created CoreService that holds the ActivityContext.DefaultActivityContext.getMasterService()
Constructors in com.aspectran.core.context with parameters of type CoreServiceModifierConstructorDescriptionDefaultActivityContext
(ClassLoader classLoader, ApplicationAdapter applicationAdapter, CoreService masterService) Instantiates a new DefaultActivityContext. -
Uses of CoreService in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return CoreServiceModifier and TypeMethodDescriptionAbstractActivityContextBuilder.getMasterService()
ActivityContextBuilder.getMasterService()
Constructors in com.aspectran.core.context.builder with parameters of type CoreServiceModifierConstructorDescriptionAbstractActivityContextBuilder
(CoreService masterService) HybridActivityContextBuilder
(CoreService masterService) -
Uses of CoreService in com.aspectran.core.scheduler.service
Methods in com.aspectran.core.scheduler.service with parameters of type CoreServiceModifier and TypeMethodDescriptionstatic DefaultSchedulerService
DefaultSchedulerServiceBuilder.build
(CoreService parentService, SchedulerConfig schedulerConfig) -
Uses of CoreService in com.aspectran.core.service
Classes in com.aspectran.core.service that implement CoreServiceModifier and TypeClassDescriptionclass
The Class AbstractCoreService.class
The Class DefaultCoreService.Methods in com.aspectran.core.service that return CoreServiceModifier and TypeMethodDescriptionstatic CoreService
CoreServiceHolder.acquire()
static CoreService
AbstractServiceLifeCycle.getParentService()
CoreService.getParentService()
ServiceLifeCycle.getParentService()
AbstractServiceLifeCycle.getRootService()
CoreService.getRootService()
ServiceLifeCycle.getRootService()
Returns the first created CoreService that holds the ActivityContext.Methods in com.aspectran.core.service with parameters of type CoreServiceModifier and TypeMethodDescriptiondefault void
ServiceHoldingListener.afterServiceHolding
(CoreService service) default void
ServiceHoldingListener.beforeServiceRelease
(CoreService service) static void
CoreServiceHolder.hold
(CoreService service) static void
CoreServiceHolder.hold
(Class<?> clazz, CoreService service) static void
CoreServiceHolder.hold
(ClassLoader classLoader, CoreService service) static void
CoreServiceHolder.release
(CoreService service) Constructors in com.aspectran.core.service with parameters of type CoreServiceModifierConstructorDescriptionAbstractCoreService
(CoreService parentService, boolean derived) AbstractServiceLifeCycle
(CoreService parentService) DefaultCoreService
(CoreService parentService, boolean derived) -
Uses of CoreService in com.aspectran.daemon.service
Subinterfaces of CoreService in com.aspectran.daemon.serviceClasses in com.aspectran.daemon.service that implement CoreServiceModifier and TypeClassDescriptionclass
Abstract base class forDaemonService
implementations.class
The Class DefaultDaemonService. -
Uses of CoreService in com.aspectran.embed.service
Classes in com.aspectran.embed.service that implement CoreServiceModifier and TypeClassDescriptionclass
Provides an interface that can be used by embedding Aspectran in Java applications.class
Provides 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.serviceClasses in com.aspectran.shell.service that implement CoreServiceModifier and TypeClassDescriptionclass
Abstract base class forShellService
implementations.class
Provides 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.serviceClasses in com.aspectran.undertow.service that implement CoreServiceModifier and TypeClassDescriptionclass
Abstract base class forTowService
implementations.class
Created: 2019-07-27Methods in com.aspectran.undertow.service with parameters of type CoreServiceModifier and TypeMethodDescriptionstatic DefaultTowService
DefaultTowServiceBuilder.build
(CoreService parentService) Returns a new instance ofDefaultTowService
.static DefaultTowService
DefaultTowServiceBuilder.build
(CoreService parentService, AspectranConfig aspectranConfig) Returns a new instance ofDefaultTowService
. -
Uses of CoreService in com.aspectran.web.service
Subinterfaces of CoreService in com.aspectran.web.serviceClasses in com.aspectran.web.service that implement CoreServiceModifier and TypeClassDescriptionclass
class
Provides overall functionality for building web applications within a web application container.Methods in com.aspectran.web.service with parameters of type CoreServiceModifier and TypeMethodDescriptionstatic DefaultWebService
DefaultWebServiceBuilder.build
(jakarta.servlet.ServletContext servletContext, CoreService parentService) Returns a new instance ofDefaultWebService
.