Uses of Class
com.tccc.kos.commons.core.context.BeanContext
Packages that use BeanContext
Package
Description
kOS relies heavily on Dependency Injection (DI)
which is a mechanism to connect java beans together during application startup.
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of BeanContext in com.tccc.kos.commons.core.context
Methods in com.tccc.kos.commons.core.context with parameters of type BeanContextModifier and TypeMethodDescriptionvoid
CtxChildDestroyListener.onChildCtxDestroyed
(BeanContext ctx) This method is called byBeanContext
when a child context is destroyed.void
CtxDestroyListener.onChildCtxDestroyed
(BeanContext ctx) This method is called byBeanContext
when a child context is destroyed.void
CtxDestroyListener.onCtxDestroyed
(BeanContext ctx) This method is called byBeanContext
when the context is destroyed.void
BeanContext.setParent
(BeanContext parent) Set the parent context.Constructors in com.tccc.kos.commons.core.context with parameters of type BeanContextModifierConstructorDescriptionBeanContext
(BeanContext parentContext) Create a context with a parent. -
Uses of BeanContext in com.tccc.kos.core.app
Methods in com.tccc.kos.core.app that return BeanContextModifier and TypeMethodDescriptionstatic BeanContext
KosCore.getCtx()
Returns the context for kOS.static BeanContext
KosCore.getSystemCtx()
Returns the context for the system app. -
Uses of BeanContext in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return BeanContext -
Uses of BeanContext in com.tccc.kos.core.service.assembly
Methods in com.tccc.kos.core.service.assembly that return BeanContext