Uses of Interface
ca.cbc.sportwire.util.Stoppable

Packages that use Stoppable
ca.cbc.sportwire.servlet.data   
ca.cbc.sportwire.util   
 

Uses of Stoppable in ca.cbc.sportwire.servlet.data
 

Classes in ca.cbc.sportwire.servlet.data that implement Stoppable
 class DBCacheBean
          DBCacheBean is a general purpose base class for JSP page beans that do a period update from a database, then offer the result set read-only to a large number of concurrent sessions.
 class JDOMDB
          JDOMDB is a JDOMFile that loads it's document via periodic updates from a database.
 class Lineup
          Lineup: An abstract velocity interface to access the news lineups such that lineups are only refreshed periodically; the period of updates is set in the sportpage.conf as lineup.refresh=seconds
 class ScriptLineup
          ScriptLineup: A velocity interface to access the news lineups via an external call to a CBC Newsworld script
 class TemplateLineup
          TemplateLineup: Velocity interface to Brian Gordon's cbc.template.presentation.Lineup object -- non CBC sites will probably want to delete this class.
 

Uses of Stoppable in ca.cbc.sportwire.util
 

Classes in ca.cbc.sportwire.util that implement Stoppable
 class MRUCacheMap
          MRUCacheMap.java:
 class PeriodicData
          PeriodicData.java: Base class for all periodically refreshed or expired data times.
 class TTLCacheMap
          TTLCacheMap.java: non-synchronized Map which runs an independent thread to remove expired items.