Example usage for javax.servlet SingleThreadModel interface-usage

List of usage examples for javax.servlet SingleThreadModel interface-usage

Introduction

In this page you can find the example usage for javax.servlet SingleThreadModel interface-usage.

Usage

From source file org.apache.jcs.auxiliary.lateral.http.server.AbstractDeleteCacheServlet.java

public abstract class AbstractDeleteCacheServlet extends HttpServlet implements SingleThreadModel {
    private final static Log log = LogFactory.getLog(AbstractDeleteCacheServlet.class);

    /** Description of the Field */
    protected CompositeCacheManager cacheMgr;
    private BasicHttpAuthenticator authenticator;

From source file org.rhq.enterprise.gui.common.servlet.HighLowChartServlet.java

/**
 * Display a high-low chart. This groks three kinds of input:
 *
 * <ul>
 *   <li>schedId: show the data for a single schedule denoted by schedid</li>
 *   <li>groupId + definitionId: show data for the passed definitionId and the given compatible group</li>

From source file org.lockss.servlet.LockssServlet.java

/** Abstract base class for LOCKSS servlets
 */
// SingleThreadModel causes servlet instances to be assigned to only a
// single thread (request) at a time.
public abstract class LockssServlet extends HttpServlet implements SingleThreadModel {

From source file org.akaza.openclinica.control.core.SecureController.java

/**
 * This class enhances the Controller in several ways.
 *
 * <ol>
 * <li>The method mayProceed, for which the class is named, is declared abstract and is called before processRequest.
 * This