| java.lang.Object org.drools.audit.event.LogEvent org.drools.audit.event.RuleFlowGroupLogEvent
RuleFlowGroupLogEvent | public class RuleFlowGroupLogEvent extends LogEvent (Code) | | A ruleflow-group event logged by the WorkingMemoryLogger.
It is a snapshot of the event as it was thrown by the working memory.
It contains the ruleflow group name and its size.
author: Kris Verlaenen |
Constructor Summary | |
public | RuleFlowGroupLogEvent(int type, String groupName, int size) Create a new ruleflow group log event.
Parameters: type - The type of event. |
RuleFlowGroupLogEvent | public RuleFlowGroupLogEvent(int type, String groupName, int size)(Code) | | Create a new ruleflow group log event.
Parameters: type - The type of event. This can only be RULEFLOW_GROUP_ACTIVATED or RULEFLOW_GROUP_DEACTIVATED. Parameters: groupName - The name of the ruleflow group Parameters: size - The size of the ruleflow group |
getSize | public int getSize()(Code) | | |
Methods inherited from org.drools.audit.event.LogEvent | public int getType()(Code)(Java Doc)
|
|
|