| Package | Description |
|---|---|
| org.jasig.cas.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheMonitor
Abstract base class for monitors that observe cache storage systems.
|
class |
AbstractNamedMonitor<S extends Status>
Base class for all monitors that support configurable naming.
|
class |
AbstractPoolMonitor
Describes a monitor that observes a pool of resources.
|
class |
DataSourceMonitor
Monitors a data source that describes a single connection or connection pool to a database.
|
class |
HealthCheckMonitor
Simple health check monitor that reports the overall health as the greatest reported
StatusCode of an arbitrary number of individual checks. |
class |
MemoryMonitor
Monitors JVM memory usage.
|
class |
SessionMonitor
Monitors the status of a
TicketRegistry
that supports the TicketRegistryState interface for exposing internal
state information used in status reports. |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckMonitor.setMonitors(Collection<Monitor> monitors)
Sets the monitors that comprise the health check.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.