Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.audittrail |
Audit trail
|
Modifier and Type | Method and Description |
---|---|
Engine |
EngineInfo.createEngineReference()
Returns a fresh remote engine reference.
|
abstract Engine |
Factory.lookupEngine(java.lang.String host)
Looks up a remote engine at the specified host.
|
abstract Engine |
Factory.lookupEngine(java.lang.String host,
int port)
Looks up a remote engine at the specified host and port.
|
abstract Engine |
Factory.lookupEngine(java.lang.String host,
int port,
boolean ssl)
Looks up a remote engine at the specified host.
|
abstract Engine |
Factory.makeEngine()
Creates an engine with a default, non-clusterable Derby database.
|
abstract Engine |
Factory.makeEngine(Configuration configuration)
Creates an engine using the supplied configuration.
|
abstract Engine |
Factory.makeEngine(java.lang.String configurationFile)
Creates an engine using the supplied configuration file; if the
engine is later restarted with a new configuration, the configuration file
specified here will be overwritten with the new configuration.
|
abstract Engine |
Factory.makeJ2seEngine(DatabaseType databaseType,
java.lang.String driver,
java.lang.String url,
java.lang.String username,
java.lang.String password,
int maxConnections,
java.lang.String tablePrefix)
Creates an engine using database connection information from a JDBC driver.
|
abstract Engine |
Factory.makeJ2seRemoteEngine(DatabaseType databaseType,
java.lang.String driver,
java.lang.String url,
java.lang.String username,
java.lang.String password,
int maxConnections,
java.lang.String tablePrefix,
java.lang.String host,
int port)
Creates an remote engine using database connection information from a JDBC
driver.
|
abstract Engine |
Factory.makeRemoteEngine()
Creates an remote engine with a default in-memory database.
|
abstract Engine |
Factory.wrapEngine(Engine engine,
int count,
java.lang.String delayTimeExpression,
java.lang.String expirationTimeExpression)
Wraps an existing engine with an engine that retries failed client calls.
|
Modifier and Type | Method and Description |
---|---|
abstract Engine |
Factory.wrapEngine(Engine engine,
int count,
java.lang.String delayTimeExpression,
java.lang.String expirationTimeExpression)
Wraps an existing engine with an engine that retries failed client calls.
|
Modifier and Type | Method and Description |
---|---|
Engine |
AuditTrailFlowContext.getEngine()
Returns the engine that invoked an action.
|
© 2000-2025 Flux Corporation. All rights reserved.