com.livis.livingtalks.ejb
Class CachingTalkHandler

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

class CachingTalkHandler
extends CachingEntityHandler


Fields inherited from class com.livis.livingtalks.ejb.EntityHandler
creatorModel, finder1, finder1a, finder2, finderAll, finderByPrimaryKey, getterModel, setterModel
 
Constructor Summary
CachingTalkHandler(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

CachingTalkHandler

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

sharedCache

protected WriteThroughCache sharedCache()
Overrides:
sharedCache in class CachingEntityHandler