站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.audit.event.ILogEventFilter (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.audit.event.ILogEventFilter

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

Uses of ILogEventFilter in org.drools.audit
 

Methods in org.drools.audit with parameters of type ILogEventFilter
 void WorkingMemoryLogger.addFilter(ILogEventFilter filter)
          Adds the given filter to the list of filters for this event log.
 void WorkingMemoryLogger.removeFilter(ILogEventFilter filter)
          Removes the given filter from the list of filters for this event log.
 

Uses of ILogEventFilter in org.drools.audit.event
 

Classes in org.drools.audit.event that implement ILogEventFilter
 class ActivationLogEventFilter
          An event filter that can be used to filter assertion events.
 class WorkingMemoryLogEventFilter
          An event filter that can be used to filter working memory events.
 



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