org.drools.command.impl
Class FireAllRulesInterceptor

java.lang.Object
  extended by org.drools.command.impl.AbstractInterceptor
      extended by org.drools.command.impl.FireAllRulesInterceptor
All Implemented Interfaces:
CommandService, Interceptor, org.drools.runtime.CommandExecutor

public class FireAllRulesInterceptor
extends AbstractInterceptor


Constructor Summary
FireAllRulesInterceptor()
           
 
Method Summary
<T> T
execute(org.drools.command.Command<T> command)
           
protected
<T> boolean
requiresFireAllRules(org.drools.command.Command<T> command)
           
 
Methods inherited from class org.drools.command.impl.AbstractInterceptor
executeNext, getContext, getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireAllRulesInterceptor

public FireAllRulesInterceptor()
Method Detail

execute

public <T> T execute(org.drools.command.Command<T> command)

requiresFireAllRules

protected <T> boolean requiresFireAllRules(org.drools.command.Command<T> command)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.