Verwendungen von Klasse
ch.nolix.system.application.main.Application
Packages, die Application verwenden
-
Verwendungen von Application in ch.nolix.system.application.main
Unterklassen von Application in ch.nolix.system.application.mainModifizierer und TypKlasseBeschreibungfinal classBasicApplication<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()Methoden in ch.nolix.system.application.main mit Parametern vom Typ ApplicationModifizierer und TypMethodeBeschreibungfinal SAbstractServer.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 voidAbstractFrontendClient.connectTo(Application<?, ?> application) Connects the currentAbstractFrontendClientto the given application.protected abstract voidAbstractServer.noteAddedApplication(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer.protected voidLocalServer.noteAddedApplication(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer.protected voidServer.noteAddedApplication(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer.protected voidSslServer.noteAddedApplication(Application<?, ?> application) protected abstract voidAbstractServer.noteAddedDefaultApplication(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentAbstractServer.protected voidLocalServer.noteAddedDefaultApplication(Application<?, ?> defaultApplication2) Notes that the given defaultApplication has been added to the currentAbstractServer.protected voidServer.noteAddedDefaultApplication(Application<?, ?> defaultApplication) Notes that the given defaultApplication has been added to the currentAbstractServer.protected voidSslServer.noteAddedDefaultApplication(Application<?, ?> defaultApplication)