Rule Execution Server API

com.ibm.rules.res.xu.event
Interface EngineEvent

All Superinterfaces:
ConnectionEvent
All Known Subinterfaces:
RuleEvent, TaskEvent

public interface EngineEvent
extends ConnectionEvent

Represents an event raised by a rule engine.

Since:
8.0.1

Method Summary
 IlrPath getCanonicalRulesetPath()
          Retrieves the canonical path of the ruleset of the engine that raises the event.
 
Methods inherited from interface com.ibm.rules.res.xu.event.ConnectionEvent
getConnectionId, getUserData
 

Method Detail

getCanonicalRulesetPath

IlrPath getCanonicalRulesetPath()
Retrieves the canonical path of the ruleset of the engine that raises the event.

Returns:
The canonical ruleset path.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013