|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.pojo.demo.PojoCacheModelDelegate
public class PojoCacheModelDelegate
Model delegate implementation for JBossCache demo
Constructor Summary | |
---|---|
PojoCacheModelDelegate()
|
Method Summary | |
---|---|
java.lang.Object |
getCacheShellVariable()
Gets the cache instance that will be used by users to interact with the real cache via the beanshell console. |
Cache |
getGenericCache()
Gets the Cache instance that the GUI will use to populate the fiels in the GUI. |
void |
setCacheShellVariable(java.lang.Object cache)
Sets the cache instance that will be used by users to interact with the real cache via the beanshell console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PojoCacheModelDelegate()
Method Detail |
---|
public void setCacheShellVariable(java.lang.Object cache)
CacheModelDelegate
setCacheShellVariable
in interface CacheModelDelegate
cache
- either PojoCache or Cache instancepublic java.lang.Object getCacheShellVariable()
CacheModelDelegate
getCacheShellVariable
in interface CacheModelDelegate
public Cache getGenericCache()
CacheModelDelegate
getGenericCache
in interface CacheModelDelegate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |