Class BootstrapSessionHandler
java.lang.Object
org.teamapps.application.server.system.bootstrap.BootstrapSessionHandler
- All Implemented Interfaces:
SessionHandler
public class BootstrapSessionHandler extends java.lang.Object implements SessionHandler
-
Constructor Summary
Constructors Constructor Description BootstrapSessionHandler()BootstrapSessionHandler(SessionIconRegistryHandler iconRegistryHandler) -
Method Summary
Modifier and Type Method Description voidhandleSessionStart(org.teamapps.ux.session.SessionContext context)voidinit(SessionManager sessionManager, org.teamapps.universaldb.UniversalDB universalDB, java.io.File configPath)voidinstallNewSystem(java.io.File applicationJar)static voidmain(java.lang.String[] args)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BootstrapSessionHandler
public BootstrapSessionHandler() -
BootstrapSessionHandler
-
-
Method Details
-
installNewSystem
public void installNewSystem(java.io.File applicationJar) throws java.lang.Exception- Throws:
java.lang.Exception
-
init
public void init(SessionManager sessionManager, org.teamapps.universaldb.UniversalDB universalDB, java.io.File configPath)- Specified by:
initin interfaceSessionHandler
-
handleSessionStart
public void handleSessionStart(org.teamapps.ux.session.SessionContext context)- Specified by:
handleSessionStartin interfaceSessionHandler
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-