Package br.com.davinti.vitruvio.server
Class HTTPSessionTrack
Object
HTTPSessionTrack
- All Implemented Interfaces:
EventListener,HttpSessionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<HttpSession> static HttpSessionstatic intgetTotal()voidsessionCreated(HttpSessionEvent event) voidsessionDestroyed(HttpSessionEvent event)
-
Constructor Details
-
HTTPSessionTrack
public HTTPSessionTrack()
-
-
Method Details
-
sessionCreated
public void sessionCreated(HttpSessionEvent event) - Specified by:
sessionCreatedin interfaceHttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event) - Specified by:
sessionDestroyedin interfaceHttpSessionListener
-
getById
-
getAllSessions
-
getTotal
public static int getTotal()
-