Verwendungen von Klasse
ch.nolix.system.application.main.Application
Packages, die Application verwenden
Package
Beschreibung
-
Verwendungen von Application in ch.nolix.application.serverdashboard.frontend.main
Unterklassen von Application in ch.nolix.application.serverdashboard.frontend.main -
Verwendungen von Application in ch.nolix.system.application.main
Unterklassen von Application in ch.nolix.system.application.mainModifizierer und TypKlasseBeschreibungfinal class
BasicApplication<C extends AbstractBackendClient<C,
S>, S> Methoden in ch.nolix.system.application.main, die Application zurückgebenModifizierer und TypMethodeBeschreibungfinal Application
<?, ?> AbstractServer.getStoredApplicationByInstanceName
(String instanceName) final Application
<?, ?> AbstractServer.getStoredApplicationByUrlInstanceName
(String urlInstanceName) final Application
<?, ?> AbstractServer.getStoredDefaultApplication()
final Application
<C, S> AbstractBackendClient.getStoredParentApplication()
Methoden in ch.nolix.system.application.main mit Parametern vom Typ ApplicationModifizierer und TypMethodeBeschreibungfinal S
AbstractServer.addApplication
(Application<?, ?> application) Adds the given application to the currentAbstractServer
.final S
AbstractServer.addApplicationWithNameAddendum
(Application<?, ?> application, String nameAddendum) Adds the given application with the given instanceName to the currentAbstractServer
.final <C extends AbstractBackendClient<C,
U>, U>
SAbstractServer.addDefaultApplication
(Application<C, U> defaultApplication) Adds the given defaultApplication to the currentAbstractServer
.protected final void
AbstractFrontendClient.connectTo
(Application<?, ?> application) Connects the currentAbstractFrontendClient
to the given application.protected abstract void
AbstractServer.noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer
.protected void
LocalServer.noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer
.protected void
Server.noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer
.protected void
SslServer.noteAddedApplication
(Application<?, ?> application) protected abstract void
AbstractServer.noteAddedDefaultApplication
(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentAbstractServer
.protected void
LocalServer.noteAddedDefaultApplication
(Application<?, ?> defaultApplication2) Notes that the given defaultApplication has been added to the currentAbstractServer
.protected void
Server.noteAddedDefaultApplication
(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentAbstractServer
.protected void
SslServer.noteAddedDefaultApplication
(Application<?, ?> defaultApplication)