org.jboss.reliance.drools.core.aspects
Class FlagAwareAspect
java.lang.Object
org.jboss.reliance.drools.core.aspects.FireAllRulesAspect
org.jboss.reliance.drools.core.aspects.FlagAwareAspect
- Direct Known Subclasses:
- CRUDAwareAspect
public class FlagAwareAspect
- extends FireAllRulesAspect
Fire all rules flag aware invocation handler.
- Author:
- Ales Justin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlagAwareAspect
public FlagAwareAspect()
shouldFileAllRules
protected boolean shouldFileAllRules(Method method,
Object[] args)
- Description copied from class:
FireAllRulesAspect
- Check if we should fire all rules.
- Overrides:
shouldFileAllRules in class FireAllRulesAspect
- Parameters:
method - the methodargs - the arguments
- Returns:
- true if we should fire
Copyright © 2008 JBoss Inc.. All Rights Reserved.