Uses of Interface
flux.Engine

Packages that use Engine
flux File Orchestration Solutions for Banking and Finance 
flux.audittrail Audit trail 
 

Uses of Engine in flux
 

Methods in flux that return Engine
 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.
 

Methods in flux with parameters of type Engine
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.
 

Uses of Engine in flux.audittrail
 

Methods in flux.audittrail that return Engine
 Engine AuditTrailFlowContext.getEngine()
          Returns the engine that invoked an action.
 



© 2014 Flux Corporation. All rights reserved.