The following table contains all bundles included in the Core module:
Bundle Symbolic Name |
Description |
|---|---|
com.prosyst.mbs.core.api |
The Core API Bundle provides all public APIs of the Core module. That includes utilities, interfaces and services. |
com.prosyst.mbs.core.benchmark.weaving |
This bundle hooks into framework class loading and decorates the classes by adding benchmarking for every public method. |
com.prosyst.mbs.core.commands |
The Core Commands bundle provides support for parsing of console commands and DB console commands. |
com.prosyst.mbs.core.console |
The Core Console Bundle provides actual console implementation. The Core Console bundle provides command line interface for local monitoring and control. |
com.prosyst.mbs.core.console.jline |
The Core Jline Console bundle provides extension to the Console bundle with support for history and command-line completion. |
com.prosyst.mbs.core.db |
The Core Database bundle provides a fast tree-based bundle storage for various data types, best suited to implement caching or state persistence. |
com.prosyst.mbs.core.threads |
The Core Threads Bundle provides thread pool and timers. |
com.prosyst.mbs.core.keyman.core |
The Keyman Core Bundle provides implementations for APIs for management of private/public keys and certificates. |
com.prosyst.mbs.core.keyman.scheduler |
The Keyman Scheduler Bundle provides functionality for scheduled renewal of certificates managed by the Keyman Core bundle. |
com.prosyst.mbs.core.keyman.bundle |
The Keyman Bundle is a single-bundle entity which includes both the Keyman Core and the Keyman Scheduler bundles. |
com.prosyst.mbs.core.web.console.cpa |
The Web Console Conditional Permission Admin (CPA) bundle provides a pluggable Web Console UI to administer Conditional Permissions. |
com.prosyst.mbs.core.web.console.backup |
The Web Console Backup Admin bundle provides a UI for backing up and restoring data for specific bundle(s) using the Backup Admin functionality. |