Uses of Class
org.drools.audit.event.LogEvent

Packages that use LogEvent
org.drools.audit This is a utility for providing audit trails/explanations of rule actions. 
org.drools.audit.event   
 

Uses of LogEvent in org.drools.audit
 

Methods in org.drools.audit that return types with arguments of type LogEvent
 List<LogEvent> WorkingMemoryInMemoryLogger.getLogEvents()
           
 

Methods in org.drools.audit with parameters of type LogEvent
 void WorkingMemoryConsoleLogger.logEventCreated(LogEvent logEvent)
           
abstract  void WorkingMemoryLogger.logEventCreated(LogEvent logEvent)
          This method is invoked every time a new log event is created.
 void WorkingMemoryFileLogger.logEventCreated(LogEvent logEvent)
           
 void ThreadedWorkingMemoryFileLogger.logEventCreated(LogEvent logEvent)
           
 void WorkingMemoryInMemoryLogger.logEventCreated(LogEvent logEvent)
           
 

Uses of LogEvent in org.drools.audit.event
 

Subclasses of LogEvent in org.drools.audit.event
 class ActivationLogEvent
          An activation event logged by the WorkingMemoryLogger.
 class ObjectLogEvent
          An object event logged by the WorkingMemoryLogger.
 class RuleBaseLogEvent
          A rulebase event logged by the WorkingMemoryLogger.
 class RuleFlowGroupLogEvent
          A ruleflow-group event logged by the WorkingMemoryLogger.
 class RuleFlowLogEvent
          A ruleflow event logged by the WorkingMemoryLogger.
 class RuleFlowNodeLogEvent
           
 class RuleFlowVariableLogEvent
           
 

Methods in org.drools.audit.event with parameters of type LogEvent
 boolean WorkingMemoryLogEventFilter.acceptEvent(LogEvent event)
           
 boolean ILogEventFilter.acceptEvent(LogEvent event)
          Returns whether the given event should be filtered from the event log or not.
 boolean ActivationLogEventFilter.acceptEvent(LogEvent event)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.