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

Uses of Interface org.drools.spi.AsyncExceptionHandler (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.spi.AsyncExceptionHandler

Packages that use AsyncExceptionHandler
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
 

Uses of AsyncExceptionHandler in org.drools
 

Methods in org.drools with parameters of type AsyncExceptionHandler
 void WorkingMemory.setAsyncExceptionHandler(AsyncExceptionHandler handler)
          Sets the AsyncExceptionHandler to handle exceptions thrown by the Agenda Scheduler used for duration rules.
 

Uses of AsyncExceptionHandler in org.drools.common
 

Methods in org.drools.common with parameters of type AsyncExceptionHandler
 void AbstractWorkingMemory.setAsyncExceptionHandler(AsyncExceptionHandler handler)
          Sets the AsyncExceptionHandler to handle exceptions thrown by the Agenda Scheduler used for duration rules.
 



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