org.infinispan.demos.gridfs
Class CacheManagerHolder
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.infinispan.demos.gridfs.CacheManagerHolder
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class CacheManagerHolder
- extends HttpServlet
A bootstrapping startup listener which creates and holds a cache instance
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cacheContainer
public static CacheContainer cacheContainer
dataCacheName
public static String dataCacheName
metadataCacheName
public static String metadataCacheName
CacheManagerHolder
public CacheManagerHolder()
init
public void init(ServletConfig cfg)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.