The act_lib variable provides access to library methods in the Active Correlation Technology.
Expression context | IACTLibrary methods | IExitableActionLibrary methods | IActionLibrary methods |
---|---|---|---|
<action> within <onActivation> | X | ||
<action> within <onDeactivation> | X | ||
<action> within <onDetection> | X | X | X |
<action> within <onLoad> | X | ||
<action> within <onNextEvent> | X | X | X |
<action> within <onTimeOut> | X | X | |
<action> within <onTimeWindowComplete> | X | X | |
<action> within <onUnload> | X | ||
<booleanThreshold> | X | ||
<computedThreshold> | X | ||
<computedValue> | X | ||
<computeFunction> | X | ||
<filteringPredicate> | X | ||
<varInitializer> | X |
act_lib.exitRuleSet();
Interface | Methods | Location of Javadoc method descriptions |
---|---|---|
IACTLibrary |
|
com.ibm.correlation.IACTLibrary |
IActionLibrary |
The methods that are defined in the IACTLibrary interface are also available to the IActionLibrary interface. |
com.ibm.correlation.IActionLibrary |
IExitableActionLibrary |
The methods that are defined in the IACTLibrary and IActionLibrary interfaces are also available to the IExitableActionLibrary interface. |
com.ibm.correlation.IExitableActionLibrary |