public static class AbstractClusteredSessionScavengingTest.TestSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<java.lang.String> |
_creates |
java.util.Set<java.lang.String> |
_destroys |
| Constructor and Description |
|---|
TestSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public java.util.Set<java.lang.String> _creates
public java.util.Set<java.lang.String> _destroys
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated in interface javax.servlet.http.HttpSessionListenerCopyright © 1995–2018 Webtide. All rights reserved.