|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MonitorListener in blackboard.platform.monitor |
|---|
| Classes in blackboard.platform.monitor with type parameters of type MonitorListener | |
|---|---|
interface |
Monitor<L extends MonitorListener>
The Monitor class provides a way to monitor an entity
within the system. |
interface |
SingletonMonitor<L extends MonitorListener>
Marker interface for monitors that are singletons, meaning there is only one instance of the monitor for the entire system. |
| Uses of MonitorListener in blackboard.platform.monitor.cache |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.cache | |
|---|---|
interface |
CacheElementListener
The CacheElementListener class is used to observe
cache events related to specific elements in the specific cache
that a monitor is associated with. |
interface |
CacheMonitorListener
The CacheMonitorListener class is used to observe
events from the cache framework. |
interface |
CacheStatusListener
The CacheStatusListener class is used to observe
cache events related to the behavior of the entire cache, for
the specific cache that a monitor is associated with. |
| Uses of MonitorListener in blackboard.platform.monitor.db |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.db | |
|---|---|
interface |
ConnectionMonitorListener
The ConnectionMonitorListener interface defines
a MonitorListener for database connection events. |
interface |
ConnectionPoolListener
The ConnectionPoolListener class is used to observe
events related to the connection pools for the registered Blackboard
databases. |
interface |
SQLExecutionListener
The SQLExecutionListener class is used to observe
events related to SQL execution within the JDBC layer of the system. |
| Uses of MonitorListener in blackboard.platform.monitor.log |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.log | |
|---|---|
interface |
LogMonitorListener
The LogMonitorListener interface defines
a MonitorListener for logging events. |
| Uses of MonitorListener in blackboard.platform.monitor.memory |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.memory | |
|---|---|
interface |
MemoryMonitorListener
The MemoryMonitorListener class is used to observe
memory usage events. |
| Uses of MonitorListener in blackboard.platform.monitor.session |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.session | |
|---|---|
interface |
SessionMonitorListener
The SessionMonitorListener class is used to observe
events related to Blackboard sessions. |
| Uses of MonitorListener in blackboard.platform.monitor.task |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.task | |
|---|---|
interface |
LongRunningTaskListener
The LongRunningTaskListener class is used to observe
events related to long running tasks within the system. |
interface |
SystemTaskListener
|
interface |
TaskMonitorListener
The TaskMonitorListener class is used to observe
events from the task framework. |
| Uses of MonitorListener in blackboard.platform.monitor.thread |
|---|
| Subinterfaces of MonitorListener in blackboard.platform.monitor.thread | |
|---|---|
interface |
ThreadDeadlockListener
The ThreadDeadlockListener class is used to observe
when deadlocks occur within the JVM thread pool. |
interface |
ThreadMonitorListener
The ThreadMonitorListener class is used to observe
events related to threads within the system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||