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, javax.servlet.Servlet, javax.servlet.ServletConfig
public class CacheManagerHolder
- extends javax.servlet.http.HttpServlet
A bootstrapping startup listener which creates and holds a cache instance
- See Also:
- Serialized Form
Method Summary |
void |
init(javax.servlet.ServletConfig cfg)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
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(javax.servlet.ServletConfig cfg)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.