com.livis.livingtalks.ejb
Class CachingBlockHandler

java.lang.Object
  |
  +--com.livis.livingtalks.ejb.EntityHandler
        |
        +--com.livis.livingtalks.ejb.CachingEntityHandler
              |
              +--com.livis.livingtalks.ejb.CachingBlockHandler

class CachingBlockHandler
extends CachingEntityHandler


Fields inherited from class com.livis.livingtalks.ejb.EntityHandler
creatorModel, finder1, finder1a, finder2, finderAll, finderByPrimaryKey, getterModel, setterModel
 
Constructor Summary
CachingBlockHandler(java.lang.String name)
           
 
Method Summary
protected  WriteThroughCache sharedCache()
           
 
Methods inherited from class com.livis.livingtalks.ejb.CachingEntityHandler
create, getKeysAll, getShortmodel, getShortmodelsAll, invalidateCache, read, remove, setModel, writeNew, writeOld
 
Methods inherited from class com.livis.livingtalks.ejb.EntityHandler
getKeys1, getKeys1a, getKeys2, getModel
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingBlockHandler

public CachingBlockHandler(java.lang.String name)
Method Detail

sharedCache

protected WriteThroughCache sharedCache()
Overrides:
sharedCache in class CachingEntityHandler