Verwendungen von Klasse
ch.nolix.system.application.main.Application
Package
Beschreibung
The
ch.nolix.system.application.main
package defines a base
application and a base client.The
ch.nolix.tech.serverdashboard
package provides an implementation
of the ch.nolix.techapi.serverdashboardapi
package.The
ch.nolix.tech.serverdashboardapplication.main
package defines a
server dashboard application.-
Verwendungen von Application in ch.nolix.system.application.main
Modifizierer und TypKlasseBeschreibungfinal class
BasicApplication<BC extends BackendClient<BC,
AC>, AC> Modifizierer und TypMethodeBeschreibungfinal Application
<?, ?> BaseServer.getStoredApplicationByInstanceName
(String instanceName) final Application
<?, ?> BaseServer.getStoredApplicationByUrlInstanceName
(String urlInstanceName) final Application
<?, ?> BaseServer.getStoredDefaultApplication()
final Application
<BC, AC> BackendClient.getStoredParentApplication()
Modifizierer und TypMethodeBeschreibungfinal IContainer
<Application<?, ?>> BaseServer.getStoredApplications()
Modifizierer und TypMethodeBeschreibungfinal SR
BaseServer.addApplication
(Application<?, ?> application) Adds the given application to the currentBaseServer
.final SR
BaseServer.addApplicationWithNameAddendum
(Application<?, ?> application, String nameAddendum) Adds the given application with the given instanceName to the currentBaseServer
.final <BC extends BackendClient<BC,
AC>, AC>
SRBaseServer.addDefaultApplication
(Application<BC, AC> defaultApplication) Adds the given defaultApplication to the currentBaseServer
.protected final void
FrontendClient.connectTo
(Application<?, ?> application) Connects the currentFrontendClient
to the given application.protected abstract void
BaseServer.noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentBaseServer
.protected void
LocalServer.noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentBaseServer
.protected void
Server.noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentBaseServer
.protected void
SslServer.noteAddedApplication
(Application<?, ?> application) protected abstract void
BaseServer.noteAddedDefaultApplication
(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentBaseServer
.protected void
LocalServer.noteAddedDefaultApplication
(Application<?, ?> defaultApplication2) Notes that the given defaultApplication has been added to the currentBaseServer
.protected void
Server.noteAddedDefaultApplication
(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentBaseServer
.protected void
SslServer.noteAddedDefaultApplication
(Application<?, ?> defaultApplication) -
Verwendungen von Application in ch.nolix.tech.serverdashboard
Modifizierer und TypMethodeBeschreibungWebApplicationExtractor.getStoredWebApplicationsOfServer
(BaseServer<?> server) Modifizierer und TypMethodeBeschreibungstatic <AC> WebApplicationSheet
WebApplicationSheet.forWebApplication
(Application<WebClient<AC>, AC> webApplication) -
Verwendungen von Application in ch.nolix.tech.serverdashboardapplication.main