Uses of Package
org.jasig.cas.monitor

Packages that use org.jasig.cas.monitor
org.jasig.cas.monitor   
org.jasig.cas.ticket.registry This package contains the classes related to maintaining the persistance of the Tickets for retrieval later by the Central Authentication Service. 
org.jasig.cas.web In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL values to Java classes. 
 

Classes in org.jasig.cas.monitor used by org.jasig.cas.monitor
AbstractNamedMonitor
          Base class for all monitors that support configurable naming.
AbstractPoolMonitor
          Describes a monitor that observes a pool of resources.
CacheStatistics
          Describes the simplest set of cache statistics that are meaningful for health monitoring.
CacheStatus
          Describes meaningful health metrics on the status of a cache.
HealthStatus
          Describes the overall health status of the CAS server as determined by composite status values.
MemoryStatus
          Describes the memory status of the JVM.
Monitor
          A monitor observes a resource and reports its status.
PoolStatus
          Describes the status of a resource pool.
SessionStatus
          Provides status information about the number of SSO sessions established in CAS.
Status
          Describes a generic status condition.
StatusCode
          Monitor status code inspired by HTTP status codes.
TicketRegistryState
          Describes important state information that may be optionally exposed by TicketRegistry components that might be of interest to monitors.
 

Classes in org.jasig.cas.monitor used by org.jasig.cas.ticket.registry
TicketRegistryState
          Describes important state information that may be optionally exposed by TicketRegistry components that might be of interest to monitors.
 

Classes in org.jasig.cas.monitor used by org.jasig.cas.web
HealthCheckMonitor
          Simple health check monitor that reports the overall health as the greatest reported StatusCode of an arbitrary number of individual checks.
 



Copyright © 2004-2013 Jasig. All Rights Reserved.