planetj.http
Class SessionCounter

java.lang.Object
  extended byplanetj.http.SessionCounter

public class SessionCounter
extends java.lang.Object

Author:
Administrator

Constructor Summary
SessionCounter()
           
 
Method Summary
static int getActiveSessions()
           
static int getClosedSessions()
           
static int getCreatedSessions()
           
 void sessionCreated(HttpSessionEvent se)
           
 void sessionDestroyed(HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionCounter

public SessionCounter()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent se)

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent se)

getActiveSessions

public static int getActiveSessions()

getCreatedSessions

public static int getCreatedSessions()

getClosedSessions

public static int getClosedSessions()