org.infinispan.demos.gridfs
Class CacheManagerHolder

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Field Summary
static CacheContainer cacheContainer
           
static String dataCacheName
           
static String metadataCacheName
           
 
Constructor Summary
CacheManagerHolder()
           
 
Method Summary
 void init(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
 

Field Detail

cacheContainer

public static CacheContainer cacheContainer

dataCacheName

public static String dataCacheName

metadataCacheName

public static String metadataCacheName
Constructor Detail

CacheManagerHolder

public CacheManagerHolder()
Method Detail

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.