Package org.teamapps.application.server
Interface SessionHandler
public interface SessionHandler
-
Method Summary
Modifier and Type Method Description java.util.List<org.teamapps.ux.component.template.BaseTemplateRecord<java.lang.Long>>getActiveUsers()voidhandleSessionStart(org.teamapps.ux.session.SessionContext context)voidinit(SessionManager sessionManager, ServerRegistry serverRegistry)voidshutDown()
-
Method Details
-
init
-
handleSessionStart
void handleSessionStart(org.teamapps.ux.session.SessionContext context) -
getActiveUsers
java.util.List<org.teamapps.ux.component.template.BaseTemplateRecord<java.lang.Long>> getActiveUsers() -
shutDown
void shutDown()
-