Drools :: Core 6.0.0.Beta5

org.drools.core.command.impl
Class FireAllRulesInterceptor

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

public class FireAllRulesInterceptor
extends AbstractInterceptor


Constructor Summary
FireAllRulesInterceptor()
           
 
Method Summary
<T> T
execute(org.kie.api.command.Command<T> command)
           
protected
<T> boolean
requiresFireAllRules(org.kie.api.command.Command<T> command)
           
 
Methods inherited from class org.drools.core.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.kie.api.command.Command<T> command)

requiresFireAllRules

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

Drools :: Core 6.0.0.Beta5

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