|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MonitorEvent in blackboard.platform.monitor |
|---|
| Classes in blackboard.platform.monitor with type parameters of type MonitorEvent | |
|---|---|
interface |
MonitorEventFilter<E extends MonitorEvent<?>>
Simple filtering interface. |
| Uses of MonitorEvent in blackboard.platform.monitor.cache |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.cache | |
|---|---|
class |
CacheElementEvent
The CacheElementEvent class is used to send out
information about elements in the cache being monitored. |
class |
CacheMonitorEvent
The CacheMonitorEvent class is used to send out
information about cache events. |
class |
CacheStatusEvent
The CacheStatusEvent class is used to send out
information about the behavior of the entire cache being
monitored. |
| Uses of MonitorEvent in blackboard.platform.monitor.db |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.db | |
|---|---|
class |
ConnectionMonitorEvent
The ConnectionMonitorEvent class is used to send out
information about events occurring within the database code of the
Blackboard system. |
class |
SQLExecutionEvent
The SQLExecutionEvent class is used to send out information
about SQL code executed within the Blackboard system. |
| Uses of MonitorEvent in blackboard.platform.monitor.log |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.log | |
|---|---|
class |
LogMonitorEvent
The LogMonitorEvent class is used to send out
information about log messages as they are being logged. |
| Uses of MonitorEvent in blackboard.platform.monitor.memory |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.memory | |
|---|---|
class |
MemoryMonitorEvent
The MemoryMonitorEvent class is used to send out
information about memory usage within the JVM used by the
system. |
| Uses of MonitorEvent in blackboard.platform.monitor.session |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.session | |
|---|---|
class |
SessionMonitorEvent
The SessionMonitorEvent class is used to send out
information about Blackboard session events. |
| Uses of MonitorEvent in blackboard.platform.monitor.system |
|---|
| Methods in blackboard.platform.monitor.system with parameters of type MonitorEvent | |
|---|---|
SystemSnapshot |
SystemSnapshotService.createSnapshot(MonitorEvent<?> event)
Create a new snapshot based on a particular monitor event. |
| Uses of MonitorEvent in blackboard.platform.monitor.task |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.task | |
|---|---|
class |
LongRunningTaskEvent
The LongRunningTaskEvent class is used to send out
information about long running tasks in the Blackboard system. |
class |
SystemTaskEvent
The SystemTaskEvent class is used to send out
information about system tasks in the Blackboard system. |
class |
TaskMonitorEvent
The TaskMonitorEvent class is used to send out
information about task events. |
| Uses of MonitorEvent in blackboard.platform.monitor.thread |
|---|
| Subclasses of MonitorEvent in blackboard.platform.monitor.thread | |
|---|---|
class |
ThreadDeadlockEvent
The ThreadDeadlockEvent class is used to flag
deadlocks within the JVM thread pool. |
class |
ThreadMonitorEvent
The ThreadMonitorEvent class is used to send out
information about threads within the system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||