org.drools.audit.event
Class RuleFlowLogEvent
java.lang.Object
org.drools.audit.event.LogEvent
org.drools.audit.event.RuleFlowLogEvent
public class RuleFlowLogEvent
- extends LogEvent
A ruleflow event logged by the WorkingMemoryLogger.
It is a snapshot of the event as it was thrown by the working memory.
It contains the process name and id.
- Author:
- Kris Verlaenen
Fields inherited from class org.drools.audit.event.LogEvent |
ACTIVATION_CANCELLED, ACTIVATION_CREATED, AFTER_ACTIVATION_FIRE, AFTER_PACKAGE_ADDED, AFTER_PACKAGE_REMOVED, AFTER_RULE_ADDED, AFTER_RULE_REMOVED, BEFORE_ACTIVATION_FIRE, BEFORE_PACKAGE_ADDED, BEFORE_PACKAGE_REMOVED, BEFORE_RULE_ADDED, BEFORE_RULE_REMOVED, INSERTED, RETRACTED, RULEFLOW_COMPLETED, RULEFLOW_CREATED, RULEFLOW_GROUP_ACTIVATED, RULEFLOW_GROUP_DEACTIVATED, UPDATED |
Constructor Summary |
RuleFlowLogEvent(int type,
java.lang.String processId,
java.lang.String processName)
Create a new ruleflow log event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuleFlowLogEvent
public RuleFlowLogEvent(int type,
java.lang.String processId,
java.lang.String processName)
- Create a new ruleflow log event.
- Parameters:
type
- The type of event. This can only be RULEFLOW_CREATED or RULEFLOW_COMPLETED.processId
- The id of the processprocessName
- The name of the process
getProcessId
public java.lang.String getProcessId()
getProcessName
public java.lang.String getProcessName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object