Package org.drools.core.management
Class GenericKieSessionMonitoringImpl.ProcessStats
java.lang.Object
org.drools.core.management.GenericKieSessionMonitoringImpl.ProcessStats
- All Implemented Interfaces:
EventListener,ProcessEventListener
- Enclosing class:
- GenericKieSessionMonitoringImpl
public static class GenericKieSessionMonitoringImpl.ProcessStats
extends Object
implements ProcessEventListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidgetProcessStats(String processId) voidreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.event.process.ProcessEventListener
afterSLAViolated, beforeSLAViolated, onError, onMessage, onMigration, onSignal
-
Constructor Details
-
ProcessStats
public ProcessStats()
-
-
Method Details
-
getConsolidatedStats
-
getProcessStats
-
getProcessStats
public GenericKieSessionMonitoringImpl.ProcessStats.ProcessStatsData getProcessStats(String processId) -
reset
public void reset() -
afterProcessStarted
- Specified by:
afterProcessStartedin interfaceProcessEventListener
-
afterProcessCompleted
- Specified by:
afterProcessCompletedin interfaceProcessEventListener
-
afterNodeTriggered
- Specified by:
afterNodeTriggeredin interfaceProcessEventListener
-
afterNodeLeft
- Specified by:
afterNodeLeftin interfaceProcessEventListener
-
beforeNodeLeft
- Specified by:
beforeNodeLeftin interfaceProcessEventListener
-
beforeNodeTriggered
- Specified by:
beforeNodeTriggeredin interfaceProcessEventListener
-
beforeProcessCompleted
- Specified by:
beforeProcessCompletedin interfaceProcessEventListener
-
beforeProcessStarted
- Specified by:
beforeProcessStartedin interfaceProcessEventListener
-
afterVariableChanged
- Specified by:
afterVariableChangedin interfaceProcessEventListener
-
beforeVariableChanged
- Specified by:
beforeVariableChangedin interfaceProcessEventListener
-