public class JcmsSessionTrackerListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener
JcmsSessionTracker
in consequence.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
static java.lang.String |
TRACKING_ATTRIBUTE_NAME |
Constructor and Description |
---|
JcmsSessionTrackerListener() |
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent be) |
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent be) |
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent be) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public static final java.lang.String REVISION
public static final java.lang.String TRACKING_ATTRIBUTE_NAME
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent be)
attributeAdded
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent be)
attributeReplaced
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent be)
attributeRemoved
in interface javax.servlet.http.HttpSessionAttributeListener
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2001-2010 Jalios SA. All Rights Reserved.