Package org.drools.core.management
Class GenericKieSessionMonitoringImpl.AgendaStats
java.lang.Object
org.drools.core.management.GenericKieSessionMonitoringImpl.AgendaStats
- All Implemented Interfaces:
EventListener,AgendaEventListener
- Enclosing class:
- GenericKieSessionMonitoringImpl
public static class GenericKieSessionMonitoringImpl.AgendaStats
extends Object
implements AgendaEventListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidgetRuleStats(String ruleName) voidvoidmatchCreated(MatchCreatedEvent event) voidreset()
-
Constructor Details
-
AgendaStats
public AgendaStats()
-
-
Method Details
-
getConsolidatedStats
-
getRulesStats
-
getRuleStats
-
reset
public void reset() -
matchCancelled
- Specified by:
matchCancelledin interfaceAgendaEventListener
-
matchCreated
- Specified by:
matchCreatedin interfaceAgendaEventListener
-
afterMatchFired
- Specified by:
afterMatchFiredin interfaceAgendaEventListener
-
agendaGroupPopped
- Specified by:
agendaGroupPoppedin interfaceAgendaEventListener
-
agendaGroupPushed
- Specified by:
agendaGroupPushedin interfaceAgendaEventListener
-
beforeRuleFlowGroupActivated
- Specified by:
beforeRuleFlowGroupActivatedin interfaceAgendaEventListener
-
afterRuleFlowGroupActivated
- Specified by:
afterRuleFlowGroupActivatedin interfaceAgendaEventListener
-
beforeRuleFlowGroupDeactivated
- Specified by:
beforeRuleFlowGroupDeactivatedin interfaceAgendaEventListener
-
afterRuleFlowGroupDeactivated
- Specified by:
afterRuleFlowGroupDeactivatedin interfaceAgendaEventListener
-
beforeMatchFired
- Specified by:
beforeMatchFiredin interfaceAgendaEventListener
-