Uses of Interface
org.jboss.cache.demo.CacheModelDelegate

Packages that use CacheModelDelegate
org.jboss.cache.demo   
org.jboss.cache.pojo.demo   
 

Uses of CacheModelDelegate in org.jboss.cache.demo
 

Classes in org.jboss.cache.demo that implement CacheModelDelegate
 class JBossCacheModelDelegate
          Model delegate implementation for JBossCache demo
 

Methods in org.jboss.cache.demo that return CacheModelDelegate
protected  CacheModelDelegate JBossCacheView.createCacheDelegate()
          Factory method that creates the cache model delegate instance for this demo
 

Methods in org.jboss.cache.demo with parameters of type CacheModelDelegate
protected  void JBossCacheGUI.configureInterpreter(bsh.Interpreter interpreter, CacheModelDelegate cacheDelegate)
           
protected  JBossCacheGUI JBossCacheView.createCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)
          Factory method that creates a cache GUI instance
 void JBossCacheGUI.setCacheModelDelegate(CacheModelDelegate cacheModelDelegate)
           
 void JBossCacheView.setCacheModelDelegate(CacheModelDelegate cacheModelDelegate)
          Sets a reference to the cache model
 

Constructors in org.jboss.cache.demo with parameters of type CacheModelDelegate
JBossCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)
           
 

Uses of CacheModelDelegate in org.jboss.cache.pojo.demo
 

Classes in org.jboss.cache.pojo.demo that implement CacheModelDelegate
 class PojoCacheModelDelegate
          Model delegate implementation for JBossCache demo
 

Methods in org.jboss.cache.pojo.demo that return CacheModelDelegate
protected  CacheModelDelegate PojoCacheView.createCacheDelegate()
           
 

Methods in org.jboss.cache.pojo.demo with parameters of type CacheModelDelegate
protected  void PojoCacheGUI.configureInterpreter(bsh.Interpreter interpreter, CacheModelDelegate cacheDelegate)
           
protected  JBossCacheGUI PojoCacheView.createCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)
           
 

Constructors in org.jboss.cache.pojo.demo with parameters of type CacheModelDelegate
PojoCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)