|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| flux | File Orchestration Solutions for Banking and Finance |
| flux.audittrail.status | Heartbeat, database trouble, and status events |
| flux.repository | Storage depot of template workflows and other reusable Flux components like engine configurations |
| Uses of Configuration in flux |
|---|
| Methods in flux that return Configuration | |
|---|---|
Configuration |
Engine.getConfiguration()
Returns the configuration for this engine instance. |
| Methods in flux with parameters of type Configuration | |
|---|---|
abstract Engine |
Factory.makeEngine(Configuration configuration)
Creates an engine using the supplied configuration. |
void |
Engine.restart(Configuration configuration)
Provides a way to reconfigure an engine without creating a new engine object. |
| Uses of Configuration in flux.audittrail.status |
|---|
| Methods in flux.audittrail.status that return Configuration | |
|---|---|
Configuration |
ErrorCondition.getConfiguration()
Returns the configuration for this engine. |
| Uses of Configuration in flux.repository |
|---|
| Methods in flux.repository that return Configuration | |
|---|---|
Configuration |
RepositoryElement.getEngineConfiguration()
Returns this repository element specifically as an engine configuration. |
| Methods in flux.repository with parameters of type Configuration | |
|---|---|
java.lang.String |
RepositoryAdministrator.put(java.lang.String namespace,
Configuration configuration,
boolean overwrite)
Inserts or modifies an engine configuration in the repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||