org.jboss.reliance.drools.core.aspects
Class FireAllRulesAfterInvocationInterceptor
java.lang.Object
org.jboss.reliance.drools.core.aspects.DisableFireAllRulesInterceptor
org.jboss.reliance.drools.core.aspects.FireAllRulesAfterInvocationInterceptor
- All Implemented Interfaces:
- org.jboss.aop.advice.Interceptor
public class FireAllRulesAfterInvocationInterceptor
- extends DisableFireAllRulesInterceptor
Disable fire all rules during invocation,
only invoke fireAllRules after invocation.
- Author:
- Ales Justin
- See Also:
DisableFireAllRulesInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FireAllRulesAfterInvocationInterceptor
public FireAllRulesAfterInvocationInterceptor(org.drools.WorkingMemory workingMemory)
getName
public String getName()
- Specified by:
getName in interface org.jboss.aop.advice.Interceptor- Overrides:
getName in class DisableFireAllRulesInterceptor
invokeAfterResult
protected void invokeAfterResult(Object result)
- File all rules after invocation.
- Overrides:
invokeAfterResult in class DisableFireAllRulesInterceptor
- Parameters:
result - the invocation's result
Copyright © 2008 JBoss Inc.. All Rights Reserved.