Rule Execution Server API

Package ilog.rules.res.session.config

Classes and interfaces to configure a session factory.

See:
          Description

Interface Summary
IlrDatasourcePersistenceConfig The configuration based on persistence in data source mode.
IlrFilePersistenceConfig The configuration based on persistence in file-system mode .
IlrJDBCPersistenceConfig The configuration based on persistence in JDBC mode.
IlrPersistenceConfig The persistence configuration for the ruleset repository .
IlrPluginConfig Represents a plugin configuration.
IlrPoolConfig Represents a pool configuration.
IlrSessionFactoryConfig The class to configure session factories.
Instances are obtained by a call to the method IlrJ2SESessionFactory.createDefaultConfig().
The configuration is applied by a call to the constructor IlrJ2SESessionFactory.IlrJ2SESessionFactory(IlrSessionFactoryConfig).
IlrXUConfig The configuration of the execution unit.
 

Enum Summary
IlrPersistenceType Represents the supported persistence types: file, JDBC, or datasource.
 

Exception Summary
IlrConfigException An exception of type IlrSessionException is raised if a problem occurs with the configuration of rule sessions.
 

Package ilog.rules.res.session.config Description

Classes and interfaces to configure a session factory.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013