Verwendungen von Klasse
ch.nolix.system.application.main.BackendClient
Packages, die BackendClient verwenden
Package
Beschreibung
-
Verwendungen von BackendClient in ch.nolix.system.application.basewebapplication
Unterklassen von BackendClient in ch.nolix.system.application.basewebapplicationModifizierer und TypKlasseBeschreibungclassBaseWebClient<BBWC extends BaseWebClient<BBWC,AC>, AC> -
Verwendungen von BackendClient in ch.nolix.system.application.main
Klassen in ch.nolix.system.application.main mit Typparametern vom Typ BackendClientModifizierer und TypKlasseBeschreibungclassApplication<BC extends BackendClient<BC,AC>, AC> classBackendClient<BC extends BackendClient<BC,AC>, AC> final classBackendClientSessionManager<C extends BackendClient<C,AC>, AC> final classBasicApplication<BC extends BackendClient<BC,AC>, AC> classSession<BC extends BackendClient<BC,AC>, AC> ASessionmanages user run methods and user data methods.Methoden in ch.nolix.system.application.main mit Typparametern vom Typ BackendClientModifizierer und TypMethodeBeschreibungfinal <S extends Session<BC,AC>, BC extends BackendClient<BC, AC>, AC>
SRBaseServer.addApplicationWithNameAndInitialSessionClassAndContext(String applicationName, Class<S> initialSessionClass, AC applicationContext) Adds a newApplicationwith the given instanceName, initialSessionClass and applicationContext to the currentBaseServer.final <S extends Session<BC,Object>, BC extends BackendClient<BC, Object>>
SRBaseServer.addApplicationWithNameAndInitialSessionClassAndVoidContext(String name, Class<S> initialSessionClass) Adds a newApplicationwith the given name, initialSessionClass and a void context to the currentBaseServer.final <BC extends BackendClient<BC,AC>, AC>
SRBaseServer.addDefaultApplication(Application<BC, AC> defaultApplication) Adds the given defaultApplication to the currentBaseServer.final <S extends Session<BC,AC>, BC extends BackendClient<BC, AC>, AC>
SRBaseServer.addDefaultApplicationWithNameAndInitialSessionClassAndContext(String applicationName, Class<S> initialSessionClass, AC applicationContext) Adds a new defaultApplicationwith the given name, initialSessionClass and applicationContext to the currentBaseServer.final <S extends Session<BC,Object>, BC extends BackendClient<BC, Object>>
SRBaseServer.addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext(String name, Class<S> initialSessionClass) Adds a newApplicationwith the given name, initialSessionClass and a void context as defaultApplicationthe currentBaseServer.static <C2 extends BackendClient<C2,AC2>, AC2>
BackendClientSessionManager<C2, AC2> BackendClientSessionManager.forClient(C2 client) static <BC2 extends BackendClient<BC2,AC2>, S extends Session<BC2, AC2>, AC2>
BasicApplication<BC2, AC2> BasicApplication.withNameAndInitialSessionClassAndContext(String applicationName, Class<S> initialSessionClass, AC2 applicationContext) Methoden in ch.nolix.system.application.main mit Parametern vom Typ BackendClientModifizierer und TypMethodeBeschreibungfinal voidApplication.takeClient(BackendClient<?, ?> client) Lets the currentApplicationtake the given client.final voidBaseServer.takeClient(BackendClient<?, ?> client) Lets the currentBaseServertake the given client. -
Verwendungen von BackendClient in ch.nolix.system.application.maintestutil
Klassen in ch.nolix.system.application.maintestutil mit Typparametern vom Typ BackendClientModifizierer und TypKlasseBeschreibungfinal classTestSession<BC extends BackendClient<BC,AC>, AC> Methoden in ch.nolix.system.application.maintestutil mit Typparametern vom Typ BackendClientModifizierer und TypMethodeBeschreibungstatic <BC2 extends BackendClient<BC2,AC2>, AC2>
TestSession<BC2, AC2> TestSession.withClientClass(Class<BC2> clientClass) -
Verwendungen von BackendClient in ch.nolix.system.application.webapplication
Unterklassen von BackendClient in ch.nolix.system.application.webapplication