All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.concerteza.springtomcat.components.registry.concurrent.ConcurrentSessionStrategy Maven / Gradle / Ivy

The newest version!
package ru.concerteza.springtomcat.components.registry.concurrent;

import ru.concerteza.springtomcat.components.registry.SessionRegistry;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;

/**
 * User: alexey
 * Date: 4/29/12
 */
public interface ConcurrentSessionStrategy {
    void onExisted(SessionRegistry.LockBoundedManager manager, String login, HttpSession existed, HttpSession current) throws ConcurrentSessionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy