Uses of Interface
org.jasig.cas.monitor.Monitor

Packages that use Monitor
org.jasig.cas.monitor   
 

Uses of Monitor in org.jasig.cas.monitor
 

Classes in org.jasig.cas.monitor that implement Monitor
 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.
 

Method parameters in org.jasig.cas.monitor with type arguments of type Monitor
 void HealthCheckMonitor.setMonitors(Collection<Monitor> monitors)
          Sets the monitors that comprise the health check.
 



Copyright © 2004-2013 Jasig. All Rights Reserved.