The act_event variable provides access to methods that apply to the current event.
Because a timer rule does not process events, the act_event variable within a timer rule applies only to the events that activate or deactivate the rule.
The act_event variable applies within the <onActivation> and <onDeactivation> actions only if an event activated or deactivated the rule. Otherwise, this variable is null.
String host = act_event.getStringAttribute("hostname");
Interface | Methods | Location of Javadoc method descriptions |
---|---|---|
IEvent |
|
com.ibm.correlation.IEvent |