Uses of Interface
org.drools.spi.AsyncExceptionHandler

Packages that use AsyncExceptionHandler
org.drools The main run-time API. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
 

Uses of AsyncExceptionHandler in org.drools
 

Methods in org.drools with parameters of type AsyncExceptionHandler
 void MockWorkingMemory.setAsyncExceptionHandler(AsyncExceptionHandler handler)
           
 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.reteoo
 

Methods in org.drools.reteoo that return AsyncExceptionHandler
(package private)  AsyncExceptionHandler Scheduler.getAsyncExceptionHandler()
           
 

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



Copyright © 2001-2005 The Codehaus. All Rights Reserved.