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 theAbstractBackendClients of aBasicApplication.S- is the type of the application service of aBasicApplication.
- Alle implementierten Schnittstellen:
IApplication<C,S>
public final class BasicApplication<C extends AbstractBackendClient<C,S>, S>
extends Application<C,S>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected Class<?> static <C2 extends AbstractBackendClient<C2,S2>, T extends AbstractSession<C2, S2>, S2>
BasicApplication<C2, S2> withNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, S2 applicationService) Von Klasse geerbte Methoden Application
asTarget, belongsToServer, getClientClass, getInstanceAppendix, getInstanceName, getStoredApplicationService, getStoredClients, getUrlInstanceName, hasClientConnected, hasInstanceAppendix
-
Methodendetails
-
withNameAndInitialSessionClassAndContext
public static <C2 extends AbstractBackendClient<C2,S2>, T extends AbstractSession<C2, BasicApplication<C2,S2>, S2> S2> withNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, S2 applicationService) -
getApplicationName
- Gibt zurück:
- the application name of the current {IApplication}.
-
getInitialSessionClass
- Angegeben von:
getInitialSessionClassin KlasseApplication<C extends AbstractBackendClient<C,S>, S> - Gibt zurück:
- the initial
AbstractSessionclass of the currentApplication.
-