org.jboss.cache.pojo.demo
Class PojoCacheView

java.lang.Object
  extended by org.jboss.cache.demo.JBossCacheView
      extended by org.jboss.cache.pojo.demo.PojoCacheView

public class PojoCacheView
extends JBossCacheView

PojoCac

Author:
Galder Zamarreno

Constructor Summary
PojoCacheView()
           
 
Method Summary
protected  CacheModelDelegate createCacheDelegate()
          Factory method that creates the cache model delegate instance for this demo
protected  JBossCacheGUI createCacheGUI(CacheModelDelegate cacheDelegate, boolean useConsole)
          Factory method that creates a cache GUI instance
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jboss.cache.demo.JBossCacheView
doMain, getConfigurationFile, parseParameters, setCacheModelDelegate, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoCacheView

public PojoCacheView()
Method Detail

createCacheGUI

protected JBossCacheGUI createCacheGUI(CacheModelDelegate cacheDelegate,
                                       boolean useConsole)
                                throws java.lang.Exception
Description copied from class: JBossCacheView
Factory method that creates a cache GUI instance

Overrides:
createCacheGUI in class JBossCacheView
Parameters:
cacheDelegate - cache model instance
useConsole - whether to enable the embedded beanshell console
Returns:
instance of cache GUI
Throws:
java.lang.Exception

createCacheDelegate

protected CacheModelDelegate createCacheDelegate()
                                          throws java.lang.Exception
Description copied from class: JBossCacheView
Factory method that creates the cache model delegate instance for this demo

Overrides:
createCacheDelegate in class JBossCacheView
Returns:
instance of CacheModelDelegate
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)