Package org.uberfire.backend.server
Class LockCleanupSessionListener
- java.lang.Object
-
- org.uberfire.backend.server.LockCleanupSessionListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionListener
@WebListener public class LockCleanupSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Releases locks on session end.
-
-
Constructor Summary
Constructors Constructor Description LockCleanupSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(javax.servlet.http.HttpSessionEvent se)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent se)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
-