Package org.kie.api.management
Interface KieSessionMonitoringMXBean
- All Superinterfaces:
GenericKieSessionMonitoringMXBean
An MBean interface for
KieSession monitoring-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kie.api.management.GenericKieSessionMonitoringMXBean
GenericKieSessionMonitoringMXBean.IAgendaStatsData, GenericKieSessionMonitoringMXBean.IGlobalProcessStatsData, GenericKieSessionMonitoringMXBean.IProcessStatsData -
Method Summary
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
-
Method Details
-
getTotalFactCount
long getTotalFactCount()- Returns:
- the total fact count current loaded into the session
-