| Interface | Description |
|---|---|
| Module<FLOW> |
Ikasan module contracts.
|
| ModuleActivator<T> |
Provide a contract allowing for different implementations of a module's
activation and deactivation at runtime.
|
| ModuleContainer |
Container class for holding references to all available
Modules |
| ModuleInitialisationService |
Marker interface identifying service responsible for
Module Initialisation |
| ModuleService |
Service Tier interface for providing user access to modules
|
| StartupControl |
JavaBean encapsulating startup control information for Flows
The following start types are defined:
AUTOMATIC: flow will be started by its container when the container is
initialised MANUAL: Flow will not be started by its container when
container is started/initialised, but will be manually startable at a later
stage DISABLED: Flow will not be started by its container when container
is started/initialised, and will not be manually startable at a later stage
|
| StartupControlService |
| Enum | Description |
|---|---|
| StartupType |
Ikasan module startup types.
|
Copyright © 2007-2020 Ikasan. All Rights Reserved.