ILOG JRules

Package ilog.rules.bres.session.interceptor

Provides an API to implement a ruleset execution interceptor.

See:
          Description

Interface Summary
IlrRuleAppView Represents a read-only part of the Rule Execution Server model.
IlrRuleAppView.RulesetView Represents a read-only ruleset of the Rule Execution Server model.
IlrRulesetExecutionRequestInterceptor Deprecated. since JRules6.5
IlrSessionRequestInterceptor Defines the contract to implement and build an interceptor.
 

Class Summary
IlrIdentityInterceptor Implements a dummy interceptor that does nothing.
 

Exception Summary
IlrTransformException Signals that an exception occurs inside an IlrRulesetExecutionRequestInterceptor.transform or IlrSessionRequestInterceptor.transform.
 

Package ilog.rules.bres.session.interceptor Description

Provides an API to implement a ruleset execution interceptor. A ruleset execution interceptor allows services to be added to an execution component transparently and to be triggered automatically when certain events occur. The interceptor provides a mechanism to use RuleApp/ruleset properties to implement routing logic.

Since:
JRules 6.0

ILOG JRules