AbstractThe database type used by the kernel, which may be <any, any> or {@code null} if the extension does not use a database.
The client type used by the kernel, which may be ICoreClient or {@code null}.
The cache type used by the kernel, which may be ICoreCache or {@code null}.
The presenter type used by the kernel, which may be
Extends CoreElement and implements ICoreElement, thereby inheriting core element lifecycle management while providing additional functionality specific to kernel extensions.
The database type used by the kernel, which may be <any, any> or {@code null} if the extension does not use a database.
The client type used by the kernel, which may be ICoreClient or {@code null}.
The cache type used by the kernel, which may be ICoreCache or {@code null}.
The presenter type used by the kernel, which may be
Extends CoreElement and implements ICoreElement, thereby inheriting core element lifecycle management while providing additional functionality specific to kernel extensions.
AbstractstartAbstractstop
An abstract base class for kernel extensions that integrates a kernel module into the core element infrastructure.