Rule Execution Server API

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

All Superinterfaces:
ConnectionEvent, EngineEvent

public interface RuleEvent
extends EngineEvent

Represents an engine event related to a rule.

Since:
8.0.1

Method Summary
 String getName()
          The technical name of the rule.
 int getPriority()
          Returns the execution priority of the rule.
 Object[] getTuple()
          Returns the list of objects that match the condition part of the rule.
 
Methods inherited from interface com.ibm.rules.res.xu.event.EngineEvent
getCanonicalRulesetPath
 
Methods inherited from interface com.ibm.rules.res.xu.event.ConnectionEvent
getConnectionId, getUserData
 

Method Detail

getName

String getName()
The technical name of the rule.

Returns:
the technical of the rule.

getPriority

int getPriority()
Returns the execution priority of the rule.

Returns:
The priority.

getTuple

Object[] getTuple()
Returns the list of objects that match the condition part of the rule.

Returns:
The objects.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013