Uses of Interface
com.livis.livingtalks.ejb.DataHandler

Packages that use DataHandler
com.livis.livingtalks.ejb   
 

Uses of DataHandler in com.livis.livingtalks.ejb
 

Classes in com.livis.livingtalks.ejb that implement DataHandler
(package private)  class CachingAuthorHandler
           
(package private)  class CachingAuthorshipHandler
           
(package private)  class CachingBlockHandler
           
 class CachingEntityHandler
           
(package private)  class CachingPitemHandler
           
(package private)  class CachingTalkHandler
           
(package private)  class CachingTrackHandler
           
(package private)  class CachingTypeHandler
           
 class WriteThroughCache
          A thread-safe miss-free write-through cache.
 

Constructors in com.livis.livingtalks.ejb with parameters of type DataHandler
WriteThroughCache.WriteThroughCache(DataHandler handler)
          Create the cache.