Classe SessionCounter

(Actualitzat 30/04/2020, 16:14:38)

Extends:

Implements: implements HttpSessionListener

Package: eres

Informació general

SessionCounter.java
Created on 24 de marzo de 2004, 18:44

Clase que controla el contador de sesiones de la aplicación.

Revisat: 24/04/2020 08:59:06
   getCurrentSessionCount
   getMaxSessionCount
   getTotalSessionCount
   isSuperado
   SessionCounter
   sessionCreated
   sessionDestroyed
   setMaxSessionCount
   setSuperado
   storeInServletContext
        
eres.SessionCounter

@return 
@throws 
public int getCurrentSessionCount() {}  
eres.SessionCounter

@return 
@throws 
public int getMaxSessionCount() {}  
eres.SessionCounter

@return 
@throws 
public int getTotalSessionCount() {}  
eres.SessionCounter

@return 
@throws 
public boolean isSuperado() {}  
eres.SessionCounter
Creates a new instance of SessionCounter

@return 
@throws 
public SessionCounter() {}  
eres.SessionCounter
@param HttpSessionEvent
@return 
@throws 
public synchronized void sessionCreated(HttpSessionEvent event) {}  
eres.SessionCounter
@param javax.servlet.http.HttpSessionEvent
@return 
@throws 
public synchronized void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) {}  
eres.SessionCounter
@param int
@return 
@throws 
public void setMaxSessionCount(int maxSessionCount) {}  
eres.SessionCounter
@param boolean
@return 
@throws 
public void setSuperado(boolean superado) {}  
eres.SessionCounter
@param HttpSessionEvent
@return 
@throws 
private void storeInServletContext(HttpSessionEvent event)  {}