Rule Execution Server API

Package ilog.rules.res.xu.pool

Provides the classes and interfaces you need to implement a custom pool that the Execution Unit (XU) uses for pooling connections.

See:
          Description

Interface Summary
IlrPool<T> IlrPool represents a pool of objects.
IlrPoolListener<T> IlrPoolListener represents a listener that receives IlrPoolEventImpl objects.
 

Exception Summary
IlrPoolException IlrPoolException represents the exception raised by a pool.
 

Package ilog.rules.res.xu.pool Description

Provides the classes and interfaces you need to implement a custom pool that the Execution Unit (XU) uses for pooling connections.

Overview

The XU uses its own ConnectionManager implementation when one is not available. For example, when the XU is not embedded in an application server.

IlrPool is the interface which must be implemented and specified in the ra.xml. If you do not do this, the Execution Unit (XU) uses its own default implementation.

Since:
7.0

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013