Verwendungen von Klasse
ch.nolix.system.application.main.AbstractBackendClient
Packages, die AbstractBackendClient verwenden
Package
Beschreibung
-
Verwendungen von AbstractBackendClient in ch.nolix.system.application.basewebapplication
Unterklassen von AbstractBackendClient in ch.nolix.system.application.basewebapplicationModifizierer und TypKlasseBeschreibungclass
AbstractWebClient<C extends AbstractWebClient<C,
S>, S> -
Verwendungen von AbstractBackendClient in ch.nolix.system.application.main
Klassen in ch.nolix.system.application.main mit Typparametern vom Typ AbstractBackendClientModifizierer und TypKlasseBeschreibungclass
AbstractBackendClient<C extends AbstractBackendClient<C,
S>, S> class
AbstractSession<C extends AbstractBackendClient<C,
S>, S> AAbstractSession
manages user run methods and user data methods.class
Application<C extends AbstractBackendClient<C,
S>, S> final class
BackendClientSessionManager<C extends AbstractBackendClient<C,
S>, S> final class
BasicApplication<C extends AbstractBackendClient<C,
S>, S> Methoden in ch.nolix.system.application.main mit Typparametern vom Typ AbstractBackendClientModifizierer und TypMethodeBeschreibungfinal <T extends AbstractSession<C,
U>, C extends AbstractBackendClient<C, U>, U>
SAbstractServer.addApplicationWithNameAndInitialSessionClassAndContext
(String applicationName, Class<T> initialSessionClass, U applicationService) Adds a newApplication
with the given instanceName, initialSessionClass and applicationService to the currentAbstractServer
.final <T extends AbstractSession<C,
Object>, C extends AbstractBackendClient<C, Object>>
SAbstractServer.addApplicationWithNameAndInitialSessionClassAndVoidContext
(String name, Class<T> initialSessionClass) Adds a newApplication
with the given name, initialSessionClass and a void context to the currentAbstractServer
.final <C extends AbstractBackendClient<C,
U>, U>
SAbstractServer.addDefaultApplication
(Application<C, U> defaultApplication) Adds the given defaultApplication to the currentAbstractServer
.final <T extends AbstractSession<C,
U>, C extends AbstractBackendClient<C, U>, U>
SAbstractServer.addDefaultApplicationWithNameAndInitialSessionClassAndContext
(String applicationName, Class<T> initialSessionClass, U applicationService) Adds a new defaultApplication
with the given name, initialSessionClass and applicationService to the currentAbstractServer
.final <T extends AbstractSession<C,
Object>, C extends AbstractBackendClient<C, Object>>
SAbstractServer.addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext
(String name, Class<T> initialSessionClass) Adds a newApplication
with the given name, initialSessionClass and a void context as defaultApplication
the currentAbstractServer
.static <C2 extends AbstractBackendClient<C2,
S2>, S2>
BackendClientSessionManager<C2, S2> BackendClientSessionManager.forClient
(C2 client) static <C2 extends AbstractBackendClient<C2,
S2>, T extends AbstractSession<C2, S2>, S2>
BasicApplication<C2, S2> BasicApplication.withNameAndInitialSessionClassAndContext
(String applicationName, Class<T> initialSessionClass, S2 applicationService) Methoden in ch.nolix.system.application.main mit Parametern vom Typ AbstractBackendClientModifizierer und TypMethodeBeschreibungfinal void
AbstractServer.takeClient
(AbstractBackendClient<?, ?> client) Lets the currentAbstractServer
take the given client.final void
Application.takeClient
(AbstractBackendClient<?, ?> client) Lets the currentApplication
take the given client. -
Verwendungen von AbstractBackendClient in ch.nolix.system.application.maintestutil
Klassen in ch.nolix.system.application.maintestutil mit Typparametern vom Typ AbstractBackendClientModifizierer und TypKlasseBeschreibungfinal class
TestSession<C extends AbstractBackendClient<C,
S>, S> Methoden in ch.nolix.system.application.maintestutil mit Typparametern vom Typ AbstractBackendClientModifizierer und TypMethodeBeschreibungstatic <C2 extends AbstractBackendClient<C2,
S2>, S2>
TestSession<C2, S2> TestSession.withClientClass
(Class<C2> clientClass) -
Verwendungen von AbstractBackendClient in ch.nolix.system.application.webapplication
Unterklassen von AbstractBackendClient in ch.nolix.system.application.webapplication