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
    void handleSessionStart​(org.teamapps.ux.session.SessionContext context)  
    void init​(SessionManager sessionManager, org.teamapps.universaldb.UniversalDB universalDB, java.io.File configPath)  
    void installNewSystem​(java.io.File applicationJar)  
    static void main​(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

      public BootstrapSessionHandler​(SessionIconRegistryHandler iconRegistryHandler)
  • 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:
      init in interface SessionHandler
    • handleSessionStart

      public void handleSessionStart​(org.teamapps.ux.session.SessionContext context)
      Specified by:
      handleSessionStart in interface SessionHandler
    • main

      public static void main​(java.lang.String[] args) throws java.lang.Exception
      Throws:
      java.lang.Exception