Uses of Class
org.teamapps.application.server.system.bootstrap.LoadedApplication
-
Uses of LoadedApplication in org.teamapps.application.server.system.bootstrap
Methods in org.teamapps.application.server.system.bootstrap that return LoadedApplication Modifier and Type Method Description LoadedApplicationApplicationInfo. getLoadedApplication()LoadedApplicationSystemRegistry. getLoadedApplication(Application application)Methods in org.teamapps.application.server.system.bootstrap that return types with arguments of type LoadedApplication Modifier and Type Method Description java.util.List<LoadedApplication>SystemRegistry. getLoadedApplications()Methods in org.teamapps.application.server.system.bootstrap with parameters of type LoadedApplication Modifier and Type Method Description voidSystemRegistry. addLoadedApplication(LoadedApplication loadedApplication) -
Uses of LoadedApplication in org.teamapps.application.server.system.bootstrap.installer
Methods in org.teamapps.application.server.system.bootstrap.installer that return LoadedApplication Modifier and Type Method Description LoadedApplicationApplicationInstaller. loadApplication() -
Uses of LoadedApplication in org.teamapps.application.server.system.launcher
Methods in org.teamapps.application.server.system.launcher that return LoadedApplication Modifier and Type Method Description LoadedApplicationApplicationData. getLoadedApplication()Constructors in org.teamapps.application.server.system.launcher with parameters of type LoadedApplication Constructor Description ApplicationData(ManagedApplication managedApplication, LoadedApplication loadedApplication, ManagedApplicationSessionData applicationSessionData) -
Uses of LoadedApplication in org.teamapps.application.server.system.session
Methods in org.teamapps.application.server.system.session that return LoadedApplication Modifier and Type Method Description LoadedApplicationManagedApplicationSessionData. getMainApplication()LoadedApplicationUnmanagedApplicationSessionData. getMainApplication()