Klasse BasicApplication<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.system.application.main.Application<C,S>
ch.nolix.system.application.main.BasicApplication<C,S>
Typparameter:
C - is the type of the AbstractBackendClients of a BasicApplication.
S - is the type of the application service of a BasicApplication.
Alle implementierten Schnittstellen:
IApplication<C,S>

public final class BasicApplication<C extends AbstractBackendClient<C,S>, S> extends Application<C,S>
Autor:
Silvan Wyss
  • Methodendetails

    • withNameAndInitialSessionClassAndContext

      public static <C2 extends AbstractBackendClient<C2,S2>, T extends AbstractSession<C2,S2>, S2> BasicApplication<C2,S2> withNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, S2 applicationService)
    • getApplicationName

      public String getApplicationName()
      Gibt zurück:
      the application name of the current {IApplication}.