Package org.kie.api.management
Interface KieSessionMonitoringMXBean
-
- All Superinterfaces:
GenericKieSessionMonitoringMXBean
public interface KieSessionMonitoringMXBean extends GenericKieSessionMonitoringMXBean
An MBean interface forKieSession
monitoring
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.api.management.GenericKieSessionMonitoringMXBean
GenericKieSessionMonitoringMXBean.IAgendaStatsData, GenericKieSessionMonitoringMXBean.IGlobalProcessStatsData, GenericKieSessionMonitoringMXBean.IProcessStatsData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTotalFactCount()
-
Methods inherited from interface org.kie.api.management.GenericKieSessionMonitoringMXBean
getAverageFiringTime, getKieBaseId, getKieSessionName, getLastReset, getName, getStatsByProcess, getStatsByRule, getStatsForProcess, getStatsForRule, getTotalFiringTime, getTotalMatchesCancelled, getTotalMatchesCreated, getTotalMatchesFired, getTotalProcessInstancesCompleted, getTotalProcessInstancesStarted, getTotalSessions, reset
-
-