Package de.xima.fc.ms
Class MSSessionListener
java.lang.Object
de.xima.fc.web.common.listener.GenericSessionListener
de.xima.fc.ms.MSSessionListener
- All Implemented Interfaces:
EventListener
,javax.servlet.http.HttpSessionIdListener
,javax.servlet.http.HttpSessionListener
@Deprecated
public final class MSSessionListener
extends GenericSessionListener
implements javax.servlet.http.HttpSessionListener
Deprecated.
SessionListener-Implementierung zum Abräumen der XFC-Nutzer-Session (nach Logout oder Session-Timeout).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.web.common.listener.GenericSessionListener
getSessionById, getSessionMap, sessionCreated, sessionDestroyed, sessionIdChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.servlet.http.HttpSessionListener
sessionCreated, sessionDestroyed
-
Constructor Details
-
MSSessionListener
public MSSessionListener()Deprecated.
-