|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javawebparts.listener.SessionLimiterListenerHelper
This class contains static methods used by the classes implementing the session limiting facility.
| Field Summary | |
static java.lang.String |
SET_KEY
Attribute name of the Set containing the allowed session IDs in the application context. |
| Constructor Summary | |
private |
SessionLimiterListenerHelper()
This is a utility class, so we want a private noarg constructor so instances cannot be created. |
| Method Summary | |
static void |
unregisterSession(javax.servlet.ServletContext ctx,
java.lang.String sessionId)
Unregisters a session. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SET_KEY
| Constructor Detail |
private SessionLimiterListenerHelper()
| Method Detail |
public static void unregisterSession(javax.servlet.ServletContext ctx,
java.lang.String sessionId)
ctx - the servlet context.sessionId - the session ID to unregister.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||